hi all,,
I'm an eclipse newbie I used to develop all software in JBuilder. Given
that I am given a software with all the libraries and packages and pref
files of eclipse how can I start in eclipse. I dont have the eclipse
project file just the source, libraries and pref files.
gratefull for all your help.
rworld80@rediffmail.com - 20 Dec 2005 08:55 GMT
Hi ,
just go to File in the menu bar in it click 'New' ,choose the Java
Project link click 'Next'
it takes you to next screen , there u enter the project name and in the
content section select
the radio 'Create the project from existing source' here u specify your
src folder of the project, and choose the JDK version click next, in
the next screen click on libraries tab select all the libraries u want
to include,Click on Finish (u r done!!!)
bye