Re: [appengine-java] Class not found in Eclipse

2010-11-03 Thread Rajeev Dayal
Unfortunately, GPE does not handle the case of dependent projects correctly. You can either manually jar up the classes from SimpleJavaProject, and drop that JAR into your war/WEB-INF/lib folder for the Web Application Project, or you can define the output folder for SimpleJavaProject to be equal

[appengine-java] Class not found in Eclipse

2010-10-26 Thread tleroy
Hello everybody, I use the appengine eclipse plugin, I have created a 'Web Application Project' and a 'Simple Java Project' linked to it. When I launch the Web Application Project, classes from the Simple project are not found. Where I have to configure the classpath? I tried in the '.lauch'