Question about eclipse

2004-01-28 Thread Han Jon Theus
Hello 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

Re: Question about eclipse

2004-01-28 Thread Jorg Heymans
you should look into ant for a more serious building tool (can be run from eclipse too), but to answer your question you go to project-properties-java build path and then change the default output folder. Han Jon Theus wrote: Hello Anyone can say me how to set the path, where eclipse creates

Re: Question about eclipse

2004-01-28 Thread Patrick Hess
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

Re: Question about eclipse

2004-01-28 Thread Peter Velychko
Hello Han, You can find in your .classpath file the following: classpath ... classpathentry kind=output path=build/eclipse/classes/ /classpath HJT Hello HJT Anyone can say me how to set the path, where eclipse creates its class files HJT (after compiling the *.java Source). HJT I