Riddhi Barbhaya
Riddhi Barbhaya

Reputation: 125

JavaME - Executing NetBeans application in Eclipse

I want to run my J2ME Application in Eclipse. Its made in Netbeans IDE but want to run in Eclipse. For that I installed J2ME plug-ins but I want emulator to run the application. Please send some link for installing emulator so I can run it in Eclipse as well.

Upvotes: 0

Views: 207

Answers (1)

Lucifer
Lucifer

Reputation: 29670

You can import eclipse project into Netbeans as Netbeans has that utility, but for importing Netbeans project into Eclipse there is no default utility. You can try following steps,

  • Create New Java ME Project in Eclipse
  • Copy+Paste your src and res files from NetBeans to Eclipse
  • Set the default Midlet execution property in to Àpplication Descriptor file.

Upvotes: 2

Related Questions