开发者

Google Eclipse plugin recompile problem

开发者 https://www.devze.com 2023-01-26 18:00 出处:网络
I have installed Eclipse Helios(3.6) and Google plugin to develope app in GAE/J.Then created project and runned it sucessufull. Later made some changes in source code but it doesnt recompiled. Previou

I have installed Eclipse Helios(3.6) and Google plugin to develope app in GAE/J.Then created project and runned it sucessufull. Later made some changes in source code but it doesnt recompiled. Previous compiled version is in use. It doesnt compile until I make changes in appengine-web.xml. Could you suggest how to solve t开发者_Python百科he problem please?

PS : I had the same problem in Eclipse 3.5. Also I added javac to SYSTEMPATH.


You could try the following:

  • the folder where your java files are in is a "source folder" (check it via project properties, "build path")

  • turn on "build automatically"? Can be found in Menu "Project"

  • Maybe refreshing your workspace automatically will help (Window->Preferences, and search for workspace)


The Project is automatically not builded or recompiled, when there are problems marked by eclipse. Take a look into the marker panel of eclipse and solve the problems.

0

精彩评论

暂无评论...
验证码 换一张
取 消