The best place to *find* answers to programming/development questions, imo, however it's the *worst* place to *ask* questions (if your first question/comment doesn't get any up-rating/response, then u can't ask anymore questions--ridiculously unrealistic), but again, a great reference for *finding* answers.

My Music (Nickleus)

20120320

how to quickly create an eclipse project from an existing source folder of files

let's say you have this folder of files you want to create as a project in eclipse:
/home/me/myfolder

copy the folder into your workspace, e.g.:
/home/me/myEclipseWorkspace/myfolder

in eclipse:
* new > project > next
* for project name type myfolder
* finish

the reason i wanted to do this was so that i could compare jboss 7.1.1 files with jboss 7.1.0 so i could see the changes using compare with > each other

No comments:

Post a Comment