[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Re: Eclipse how to: compile a single file or only few files

Mansour,
Are the client, server and commonFiles split out into separate projects? You'll probably have an easier time if you make each of them as source folders within the same project, or different packages within the same source folder. Then all of the compiled objects will be put in the same output folder. So for instance, you'd create a new Java project with client "Create separate source and output folders" selected, then on the second page, remove the default src folder in the list, and hit the "Create a new Source Folder for the project" button at the top right, and add client, server and commonFiles. Then at the bottom, change the output folder to targetFolder. Then import your source into the respective folders and everything should compile happily.


Hope this helps,
 - Jeff