OS of UNIX which does not have X11 do not support graphics, so normally you cannot use the graph module.
If you are using Java VM which supports a headless mode, you can use the graph module even in non- graphics environment by setting the Java environment variable.
However, java 1.4 AWT depends on the X-related library called libXp.so, so depending on the distribution, it might become NoClassDefFoundError and not run.
[Workaround]
In the case of Ver6.1, this might be avoided by changing VM to Java5 or by installing libXp.so.
-- Target ----------------------------------------------------------------------------------
iWP/Web System Construction Platform/WebPlatform/AppFramework
----------------------------------------------------------------------------------------------
FAQID:299
I want to know about the available environment of the graph drawing module of iWP/iAF ver.6.x.
