vote up 0 vote down star

Hi, I'm pretty new to J2ME development scene. And for that matter, have just recently installed, JDK 6 update 16 bundled with NetBeans 6.7.1 IDE and Sun WTK 2.5.2, on Ubuntu 9.04 machine.After going through some start up tutorials and basics, from various sites, I was eager to try some hands on experience by coding some 'Hello World' program. But to my dismay, I haven't been able to! After initial confusion, I'd installed 'Mobility' plugin for NetBeans IDE for J2ME development. But when I choose to create a new project, it turned out that, there is some error since now it says that 'No J2ME compatible platform/emulator found installed in NetBeans IDE'. I've searched through google to find a way to fix this issue but I couldn't find any solution on this matter. Please help me to fix this issue. Do I need to re-install the IDE? Am I missing out something? I've tried various ways but the IDE simply doesn't detect any platform on my machine.

Thanks for your help.

flag

50% accept rate
And I know that there is another IDE- Eclipse, which with its MTJ(Mobile Tools for Java) plugin can be used for J2ME development, but I'm more inclined to solve the issue with NetBeans right now. – Code.Warrior Oct 23 at 10:38

2 Answers

vote up 0 vote down

Try this in Netbeans:

Click menu-item: Tools->Java Platforms

Click button: Add platform...

Choose radio-button: Java ME MIDP Platform Emulator then click button: Next >

Find the directory where Netbeans 6.7.1 is installed then click OK

WTK2.5.2 that comes with Netbeans should be visible. Select it and click Next and follow further instructions.

If no WTK is found the dowload it, unpack it and try as above again but find the directory to the WTK this time.

Hope this helps.

link|flag
vote up 0 vote down

I'm on the same trouble as you and I can't find a solution.

Do you finally solve that?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.