PIM Install Tester : PIM « J2ME « Java Tutorial






import java.io.IOException;

public class PIMInstallTester {
  public static void main(String[] a) throws Exception {
    String version = null;
    version = System.getProperty("microedition.pim.version");
    if (version != null) {
      if (!version.equals("1.0"))
        throw new IOException("Package is not version 1.0.");
    } else
      throw new IOException("PIM optional package is not available.");
  }
}








31.46.PIM
31.46.1.PIM Install Tester
31.46.2.PIM DemoPIM Demo
31.46.3.PIM Contact