How to transfer Netbeans Project into Eclipse?

Posted by Yatendra Goel on Stack Overflow See other posts from Stack Overflow or by Yatendra Goel
Published on 2010-01-23T08:40:00Z Indexed on 2010/04/04 21:03 UTC
Read the original article Hit count: 409

Filed under:
|
|
|

I have been using Netbeans for my java desktop application since few months. Now in the middle of the project, I want to switch over to Eclipse as the Netbeans once corrupted my GUI and I had to re-create several parts of the GUI and now it is displaying a compiler error as

code too large
private void initComponents() {
1 error

"code too large" is a strange error. My code which it is saying too large is just 10,000 lines long. I came to know first time that we couldn't develop long code in Netbeans :)

So instead of going into detail, I want to switch to Eclipse. I have never used it before. So could please tell me how to import my incompleted Netbeans project into eclipse.

© Stack Overflow or respective owner

Related posts about java

Related posts about netbeans