Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Eclipse plugin recompile problem

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 the problem please?

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

like image 408
qasanov Avatar asked Apr 28 '26 23:04

qasanov


1 Answers

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)

like image 173
EhmKah a.k.a. Michael Krauße Avatar answered May 01 '26 11:05

EhmKah a.k.a. Michael Krauße