Build Tools
The build-tool takes care for the common tasks of preprocessing, compilation, obfuscation, preverification, packaging and JAD-creation. Thanks to the integrated device database, device-optimization is easier than ever.Read more at the J2ME Polish home page
- Device Selection: Select the devices for which the application should be build. This can be done explicitly by listing the devices or implicitly by stating requirements for the devices (e.g. "use all devices which support the MIDP/2.0 standard or the Mobile Media API").
- Preprocessing: Create faster, leaner and device optimized applications with the power of J2ME Polish' preprocessing capabilities and the integrated device database. Check and use device specifications within your code without using hardcoded values or risking the portability of your application.
You can use any device-capabilities which are defined in the device database:
//#if polish.api.mmapi || polish.midp2
import javax.microedition.javax.microedition.media.*;
//#endif- ... and more ...