FaqAS400
Installing InetSoft products on an IBM iSeries machine.
To get any InetSoft product running properly in your application server which is installed on an iSeries machine (e.g. v5r3), you must install the appropriate NAWT package.
You must also set the following properties in the system defaults for Java:
java.version=1.4
java.awt.headless=true
os400.awt.native=true
Websphere 6.x on AS400
The java.lang.UnsatisfiedLinkError: sun/awt/color/CMM error may be thrown when running in headless AWT mode without specifying the java version explicitly as a system property.
To resolve this issue, please set the following two properties:
java.awt.headless = true
java.version = 1.4
Using Style Report on AS400
AS400 Java implementation doesn't include AWT but Style Report depends on AWT for font and other graphic information for report layout. One way to get around this is to use RAWT that allow a PC or a Unix machine to provide AWT for a AS400 machine.
--
StephenWebster - 10 Dec 2007