Reputation: 6895
I tried installing MTJ 1.1.2 from http://www.eclipse.org/mtj/, but after the restart, no new options appeared that would indicate that the plugin is even there. As the latest release is for Helios, I am afraid that the plugin no longer works with Juno and later.
Is it still possible to develop J2ME applications with Eclipse? If so, how? If not, what are the alternatives?
Upvotes: 5
Views: 4417
Reputation: 41
Eclipse Juno The Oracle Java ME SDK requires the MTJ toolkit, but it is not bundled with Juno and it must be installed manually. Therefore, install MTJ toolkit first.
see: http://www.oracle.com/technetwork/java/javame/javamobile/download/sdk/index.html
Upvotes: 4
Reputation: 5761
I've found that using the NetBeans IDE is simpler for Java ME development, especially with the new Java ME 8 SDK. All the Oracle examples are NetBeans too.
Upvotes: 0
Reputation: 8671
You don't need a plugin at all, you can point eclipse to the midp and cldc jar files, and write your own ant/antenna script to package a midlet.
Upvotes: 3
Reputation: 29139
The interest in J2ME has waned post advent of iOS and Android. The MTJ project has been inactive for a while and will likely be archived soon. You can see project activity dropping off to nothing...
http://www.eclipse.org/projects/project.php?id=tools.sequoyah.mtj
If you must write for J2ME, you will need to stay on an older version of Eclipse or grab MTJ sources and port it to the newer version of Eclipse yourself.
Upvotes: 3
Reputation: 4043
I have faced the same problem as you. What I did was to keep using Eclipse Indigo.
Upvotes: 1