# Run JPDF Demo.
# ---------------------------------------------------------------------------------------
# This script can be used to run the JPDF Demo on LINUX.  The path to the Java runtime 
# directory may need to be specified.  This script should be executed from the directory 
# containing the jpdf_demo.jar file.
#
# REMINDER: The -Dawt.toolkit parameter corrects for a bug (Bug #5092883) in Java VM 1.5.
#           This bug causes the wrong System Colors to be used under LINUX.
# ---------------------------------------------------------------------------------------

java -showversion -mx96m -ms32m -Dawt.toolkit=sun.awt.motif.MToolkit -classpath "jpdf_demo.jar:" jpdf_demo/DemoApplication WindowSize 800:600 WindowMax LookAndFeel native diagnostics once $*