Is J2ME possible in recent versions of Eclipse?

I tried to install MTJ 1.1.2 from http://www.eclipse.org/mtj/ , but after rebooting, there were no new parameters that indicated that the plugin was even there. Since the latest release for Helios, I am afraid that the plugin no longer works with Juno and later.

Is it possible to develop J2ME applications with Eclipse? If so, how? If not, what are the alternatives?

+5
source share
5 answers

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 the midlet.

+3
source

Eclipse Juno Oracle Java ME SDK MTJ, Juno, . MTJ toolkit.

. http://www.oracle.com/technetwork/java/javame/javamobile/download/sdk/index.html

+4

J2ME iOS Android. MTJ , , . , ...

http://www.eclipse.org/projects/project.php?id=tools.sequoyah.mtj

J2ME, Eclipse MTJ- Eclipse .

+3

I faced the same problem as you. I made to continue to use Eclipse Indigo.

+1
source

I found that using the NetBeans IDE is easier to develop Java ME, especially with the new Java ME 8 SDK. All Oracle examples are also NetBeans.

0
source

All Articles