I canot add Mobile SDK (Sun Wireless Toolkit) to I

2019-08-26 01:30发布

问题:

I have IntelliJ IDEA 10.3 Community Edition installed along with JDK 1.6 which has been working fine for Android development.

Now that I am trying to develop J2ME applications, I installed Sun WTK 3.0, but I am unable to add it to IDEA since there is no "Add mobile SDK" option in Project Structure dialog.

回答1:

Java ME plug-in is not available in the Community Edition. It is supposed to be available from Settings | Plugins, but for some reason it was not published there.

The solution would be to download and Ultimate Edition and copy IDEA_UE/plugins/j2meplugin into IDEA_CE/plugins.

There is an open issue for this problem.