Search code examples
intellij-ideajava-me

Java ME in Intellij CE


This question has been asked a couple of years ago, but it didn't get answered.

I added the Java ME plugin from the Ultimate Edition as described here. I created a simple Hello World program to test it. I set the ME SDK 3.4 as the project sdk.

I also added the midlet at Project Structure > Modules > Mobile Module Setting > Defined Midlets.

The code compiles okay, but when I try to run it I get the following error:

Installing suite from: file:///C:/Users/Stan/.IdeaIC13/system/caches/temp2565880090933730950.jad Either the configuration or profile is not supported

What am i missing?


Solution

  • I have had a similar issue with trying to get JAVA ME to work in Netbeans. I am unfamiliar with IntelliJ however the error you have is generally caused by not adding the Main Midlet to your configuration in your IDE.

    Right click your project file and see if you can find MIDlet settings, then specify the Main Midlet and you should be good to go!

    Fenix