I installed Eclipse Helios (3.6) and the Google plugin for application development in GAE / J. Then the project was created and launched it successfully. Later made some changes to the source code, but it is not recompiled. The previous compiled version is used. It does not compile until I make changes to appengine-web.xml. Could you suggest how to solve the problem?
PS : I had the same problem in Eclipse 3.5. I also added javac to SYSTEMPATH.
source
share