Import netbeans projects from Github into Eclipse Luna

2

My teacher has a github where he sends all material produced in the room, however, he uses netbeans ... I wonder if I can import these projects into Eclipse? I use EGit in Eclipse.

    
asked by anonymous 16.06.2015 / 03:49

1 answer

1

Hello friend, is everything good?

I've had this problem too and I'm not really proud of the way I solved it, but there it goes:

There are some annoying files from each IDE that you use that stick to your project.

I saw some tutorials by Google and found nothing very clean to do. What I did, as it was a simple college project, was to create a new Java project in eclipse, copy all the libs I needed and copy all classes and configuration files from my project that was in netbeans to the eclipse project.

I avoided copying configuration files from the IDE, the process did not take long and in a short time I was with the project running in eclipse. I think this is a neat way to do it, but nothing automated.

I hope I have helped.

    
30.06.2015 / 01:16