project builder + java

jsn

Registered
Hi all

when creating a project builder project with java :
- how can I set it up to write all the componets in one folder, .java, .class, .jar, etc ... I want to create a project that I can compile and run formthe command line
- how do you import existing projects, simple ones with two or three classes, like the ones that are available on the java examples http://examples.oreilly.com/jenut/

thanks
jose
 
You can change where all the files go in the "Target" after you create the project. You can tell it where all your files should be put in the "Copy Files" build step.
 
Back
Top