【发布时间】:2015-02-15 14:44:11
【问题描述】:
我们最近一直在尝试使用 LibGDX 将我们的 LibGDX 应用程序转换为 Web 应用程序。然而,每当我们尝试运行应用程序时,我们只会在 Eclipse 中得到一个 HTML 错误 404 和这个错误代码:
[WARN] Server class 'org.eclipse.jetty.servlet.listener.ELContextCleaner'
could not be found in the web app, but was found on the system classpath
[WARN] Adding classpath entry 'file:/C:/Users/Steve/Desktop/adt-bundle
windows-x86_64
20140702/eclipse/plugins/com.google.gwt.eclipse.sdkbundle_2.6.0/gwt-
2.6.0/gwt-dev.jar' to the web app classpath for this session
尽管在各种网站上看到了很多,但还没有有用的答案。
PS - 请用简单的英语回答 - 我们对此很陌生!
【问题讨论】:
标签: java eclipse gwt libgdx jetty