i have done my project on netbeans IDE version 6.9.1
And now i tried to switch the platform to eclipse.
i couldn’t see any similarities between the 2 IDE’s
I couldn’t load the java files into the workspace.
please help me out!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Well, the project configuration and netbeans-specific features you used will of course not be preserved (though I believe netbeans generates ant scripts to build the project, and those should work fine in eclipse, perhaps after some tweaking).
All you really have to do is create a new Java project, choose the existing project’s root as location and then configure the source folders and build path (and perhaps some other things) to match the project’s structure.