Han Jon Theus wrote:
Anyone can say me how to set the path, where eclipse creates its class files (after compiling the *.java Source).
I always have to copy the *.class file into the WEB-INF folder. Thats realy annoying if there are more then 1 file to copy. Btw. i am working with linux (so no drag and drop is possible :-( ).
When you create a new project Eclipse is first asking for name and path. Choose something and in the next screen (Next >) you can specifiy a path for Source (for me a project is = webapp in most cases, my sources are stored in WEB-INF/src/java) and a default output folder. <- this is what you are looking for. I set this to WEB-INF/classes and now Eclipse saves all generated classes into this dir which is picked up by the web application.
Hope this helps...
there's a build target to do all this I think. do build.sh -projecthelp or build.bat -projecthelp and look for the eclipse related targets.
Geoff
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
