Java ME projects
Besides MIDP projects, MTJ supports the creation of projects with any other
Java ME configuration for which there is an SDK defined, such as:
- Personal Profile
Used with the CDC configuration, in devices that have a GUI, but without
a full Abstract Windowing Toolkit (AWT) compatibility. Example of such
device is, for example, a camcorder.
- Information Module Profile (IMP) projects.
With IMP, you can create IMlets, which are basically MIDlets, but without
GUI support. Examples of such devices are, for example, vending machines
and tracking devices.
- Foundation Profile
Combined with the CDC configuration, also usually used with devices
that have no GUI support. Examples of such devices are, for example, network
printers and routers.
In MTJ, the desired Java ME profile is chosen in the project creation phase.

Java ME platform

Creating new MTJ projects
Editing the JAD file

JAD file