Reputation: 91
I have developed one j2me application using netbeans. And now for some reasons i want to convert it into eclipse project. I have installed plugin EclipseME
in eclipse. Please help me.
Thanks
Upvotes: 0
Views: 3525
Reputation: 14463
Download the sun java toolkit or Java ME SDK 3.0 and then integrate with Eclipse.
Go to the file and select the import option. import window open on the screen. Here expand the Java ME and open the Netbeans Project. Select the netbeans project root directory and click the finish button. It automatically convert netbeans project to eclipse project.
File -> import -> Java ME -> Netbeans Project -> netbeans project root directory -> finish
Upvotes: 0