PersonalJava

You can use PersonalJava instead of other Java runtimes on device platforms.

Using MQe requires the following optional classes of PersonalJava:
  • To use MQe base classes:
    • java.io.FileInputStream
    • java.io.FileOutputStream
    • java.io.File
  • To use the MQeGZIPCompressor:
    • java.util.zip.GZIPOutputStream
  • To use any encryption:
    • java.math.BigInteger

The MQe examples require some of the optional classes in packages java.io and java.awt.

Parent topic: Java environment