User 0908c5ccdd
26-02-2007 15:44:15
Please could somebody help me with setting the Java system property java.awt.headless?
I would like to use the jc_molconvertb operator and I read on the instructions that "to enable image generation (for jc_molconvertb),
the Java system property java.awt.headless must be set to true for Tomcat (-Djava.awt.headless=true)"
I tried typing
at the command prompt but I got a usage error as below:
Usage: java [-options] class [args...]
(to execute a class)
or java -jar [-options] jarfile [args...]
(to execute a jar file)
where options include:
-hotspot to select the "hotspot" VM
If present, the option to select the VM must be first.
The default VM is -hotspot.
-cp -classpath <directories and zip/jar files separated by ;>
set search path for application classes and resources
-D<name>=<value>
set a system property
-verbose[:class|gc|jni]
enable verbose output
-version print product version and exit
-showversion print product version and continue
-? -help print this help message
-X print help on non-standard options
Can somebody help please?
I would like to use the jc_molconvertb operator and I read on the instructions that "to enable image generation (for jc_molconvertb),
the Java system property java.awt.headless must be set to true for Tomcat (-Djava.awt.headless=true)"
I tried typing
Code: |
C:\Tomcat\bin>java -Djava.awt.headless=true |
Usage: java [-options] class [args...]
(to execute a class)
or java -jar [-options] jarfile [args...]
(to execute a jar file)
where options include:
-hotspot to select the "hotspot" VM
If present, the option to select the VM must be first.
The default VM is -hotspot.
-cp -classpath <directories and zip/jar files separated by ;>
set search path for application classes and resources
-D<name>=<value>
set a system property
-verbose[:class|gc|jni]
enable verbose output
-version print product version and exit
-showversion print product version and continue
-? -help print this help message
-X print help on non-standard options
Can somebody help please?