Quote:
Originally Posted by discord J2ME is Java 2 micro edition. It is not a full Java implementation but has a subset of java features. You cannot compile full on java applications with J2ME. |
J2ME is still a "real" Java implementation, but designed for smaller devices (for example, phones and PDAs, like the Q). If you want J2SE or J2EE, that's another issue, but unless the IBM version can't get the
Java logo for some reason, it is "real" Java.
My understanding is that you can compile "real" Java applications on J2ME, as long as those applications don't use features outside of the J2ME. I believe it's similar to compiling .NET applications for the .NET Compact Framework. (DISCLAIMER: While I am a programmer and have written Windows Mobile applications, I'm not a Java or .NET programmer, so it's possible I'm wrong about some of those issues.)
Steve