[TriLUG] Using Java to read image properties
Ubqtous
ubqtous at ubqtous.com
Mon Oct 6 14:25:41 EDT 2003
Jeffery,
On 10/6/2003 at 13:38, you wrote:
JP> If you need X type stuff with a server that has no X installed, Sun has
JP> provided a nice solution to this
JP> % java -Djava.awt.headless=true CLASSNAME
JP> This will allow you to access all the graphical libs on a machine that
JP> does not actually have graphics capabilities.
So, if I understand (which may be a longshot), I need to run the
following on the server in order to install the package I need for
reading image properties:
java -Djava.awt.headless=true javax
?
~ Ubqtous ~
More information about the TriLUG
mailing list