<< IntelliJ IDEA missing file in the JAR | Home | Simple splash screen >>

Java ME SDK 3.0 and IntelliJ IDEA

Having problem to select device in IntelliJ 8.1

Finally I found some time to download and install Java ME SDK 3.0 to find that there is problem in using it with IntelliJ IDEA 8.1. The problem is that when I try to run compiled application there is no way to select single emulator as all of them are listed in single line instead of drop down menu.



Looks like Sun Microsystem played a prank joke. NetBeans does show emulators nicely in drop down, as for Eclipse I cannot confirm situation. What is even worst they removed previously so easy to use ktoolbar and provided a guidelines how to run emulator from command line which I give up trying to use after 30min.

I already reported this problem to JetBrains support so hopefully new IntelliJ 9 will have no problems with it.

Categories : IntelliJ IDEA, personal, JME

Export this post as PDF document  Export this post to PDF document

Social Bookmarks :  Add this post to Slashdot    Add this post to Digg    Add this post to Reddit    Add this post to Delicious    Add this post to Stumble it    Add this post to Google    Add this post to Technorati    Add this post to Bloglines    Add this post to Facebook    Add this post to Furl    Add this post to Windows Live    Add this post to Yahoo!
Technorati Tags : , , , , , ,


Avatar: Anonymous

Re: Java ME SDK 3.0 and IntelliJ IDEA

They haven't fixed it in 9.0. This is a small but annoying bug in IDEA J2ME plugin. It calls "emulator -Xquery" to get a list of emulators. Older versions of WTK returns in this format: device.list: Phone1, Phone2, Phone3 The separator is ", " consisting of a comma and a space. J2ME SDK 3.0 use a single comma as the separator, without a space, but IDEA J2ME plugin hardcoded the separator to ", ", which causes this bug.
Avatar: Peter Miklosko

Re: Java ME SDK 3.0 and IntelliJ IDEA

Bug was submitted as you can see here (http://youtrack.jetbrains.net/issue/IDEA-51609), but it did not receive any further attention. Later on I received email (out of record) saying that development for JME plugin will be open to public soon. Never stating exact or expected date.

Re: Java ME SDK 3.0 and IntelliJ IDEA

Is there a way around this?
Avatar: Peter Miklosko

Re: Java ME SDK 3.0 and IntelliJ IDEA

No, there isn't way around...

Add a comment Send a TrackBack