Eclipse 中缺少类路径条目
我正在使用 Eclipse,Helios Service Release 2,构建 ID:20110218-0911。
我创建了一个新的动态网站,我在其中添加了谷歌应用程序引擎 SDK。现在我在问题窗口中显示以下消息,
Classpath entry com.google.appengine.eclipse.core.GAE_CONTAINER will not be exported or published. Runtime ClassNotFoundExceptions may result.
因此,sdk 中的 jar 文件没有出现在 WEB-INF 的 lib 文件夹中,
知道如何解决吗?
I am using Eclipse, Helios Service Release 2, Build id: 20110218-0911.
I have created a new dynamic web site, I have added google app engine sdks in it. now i shows the following msg in problem window,
Classpath entry com.google.appengine.eclipse.core.GAE_CONTAINER will not be exported or published. Runtime ClassNotFoundExceptions may result.
due to this, jar files in sdk are not coming in lib folder of WEB-INF,
any idea how to solve it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
右键单击问题(或标记)视图中的此警告,然后选择快速修复。对于这个问题有一个快速修复方法,它将标记类路径条目以包含在 Web 应用程序中,这正是您想要的。您还可以使用 Web 应用程序的项目属性下的“部署程序集”页面来控制 Web 应用程序中包含的内容。
Right click on this warning in the problems (or markers) view and select quick fix. There is a quick fix available for this problem that will tag the classpath entry for inclusion in the web app, which is what you want. You can also control what's included in the web app by using Deployment Assembly page under your web app's project properties.