I have been using Netbeans for my application for Java applications since several months. Now, in the middle of the project, I want to switch to Eclipse since Netbeans once messed up my GUI and I had to re-create several parts of the GUI and now it displays a compiler error as
code too large private void initComponents() { 1 error
"code too large" is a strange error. My code, which he says is too big, is only 10,000 lines. I first found out that we cannot develop long code in Netbeans :)
So, instead of going into details, I want to switch to Eclipse. I have never used it before. So please tell me how to import my unfinished Netbeans project into eclipse.
source share