I just started using Eclipse IDE and need some help with the set up.
I like to keep my source files and the class files seperate. How can I specify this through the IDE, so that when I build my project the class files are created in a different directory.
eg. my workspace is C:\Dev\Projects
my project name: Project1
Source folder: C:\Dev\Projects\Project1\Source
Class folder: C:\Dev\Projects\Projects1\ClassFiles
Hope I’ve explained it well.