|
Below you can find a set of tools for Java (and specifically J2ME) application developers:
- NetBeans, a free multiplatform IDE (Integrated Development Environment),
and its Mobility Pack
for J2ME application development;
- Another widespread IDE is Eclipse (this one's free and multiplatform, too);
- All sorts of phone emulators, which manufacturers make available
(mostly freely, even though a registration may be required)
in order to simulate and check J2ME application behaviour
on different phone models:
- A very useful tool, which allows you to create .jad files from the .jar executables, is JadMaker: you can download it from here.
In the above-listed manufacturer websites you can also find a rich set of technical
specifications for the different phone models (display resolution and color depth,
multimedia file support, ...).
|