Eclipse missing class path entry

I am using Eclipse, Helios Service Release 2, Build id: 20110218-0911.

I created a new dynamic website, I added the Google engine for Android to it. now i am showing the following msg in the problems window,

Classpath entry com.google.appengine.eclipse.core.GAE_CONTAINER will not be exported or published. Runtime ClassNotFoundExceptions may result. 

because of this, jar files in sdk are not included in the lib folder in WEB-INF,

any idea how to solve it?

+6
source share
1 answer

Right-click on this warning in the problem (or marker) view and select a quick fix. There is a quick fix for this problem that will mark the pathpath element for inclusion in the web application, and that is what you want. You can also control what is included in the web application using the deployment build page as part of the web application project properties.

+29
source

Source: https://habr.com/ru/post/893492/


All Articles