0

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

bharath
  • 14,283
  • 16
  • 57
  • 95
Rajesh
  • 91
  • 1
  • 2
  • 6

1 Answers1

0

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

bharath
  • 14,283
  • 16
  • 57
  • 95
  • After selecting the netbeans project in root directory,it's not showing any j2me,java,web applications...it's just showing one simple application.. – Rajesh Sep 14 '11 at 07:36
  • Yeah i have installed these 2 `sun java toolkit and Java ME SDK 3.0` how to integrate? – Rajesh Sep 14 '11 at 07:37
  • **windows -> preferences -> Java ME -> device Management -> Manually install -> select installed toolkit sdk directory -> finish** – bharath Sep 14 '11 at 08:16
  • Ya,I had done it already,But when i import it's not showing j2me,web applications.. – Rajesh Sep 14 '11 at 08:24
  • Can you tell me flow for creating the project in eclipse? – bharath Sep 14 '11 at 08:29