How do I use Non-GUI in JReport Enterprise Server?
For JDK1.1, users can run the batch file JREntServerNoGUI.bat in the %installroot-JREntServer%\bin. In which, argument “-Dawt.toolkit=com.jinfonet.awt.JToolkit” avoids the requirement to get java AWT toolkit. And the zip file JimiProClasses.zip is added in the classpath. For JDK1.2, since it only uses its own toolkit and does not accept other toolkit set, it is hard to present our own Java 1.2 AWT Toolkit to Java VM. However, there is a compromise solution – XVFB. For details, please refer to this part “Running Server on Unix without GUI” of http://www.jinfonet.com/manualsrv/en/userguide/run.htm#Standalone Server.