How to Continue Working with Eclipse C Projects in NetBeans IDE
Tweaked and added my blog post to the NetBeans Zone on Dzone here: How to Continue Working with Eclipse C Projects in NetBeans IDE
Softwares Used:
Here are the steps:
Create a “New Project” and choose “C/C++ Project From Existing Code”
Browse to your Eclipse project and select the Makefile
Browse to the source folder in the Eclipse project. (usually the ‘src’ folder)
Choose Project Name, Folder
Run the project:
Please note that I have tested it for a simple “Hello World” style C-project in Eclipse Europa.