Hi, I'm having real problems with using Java2D on a UNIX system without an
XServer. As far as I can see there's no way to use Java 2D without an X
Server being present on the system.

I've tried to use a 100 pct pure Java
implementation of the AWT toolkit (http://www.eteks.com/pja/doc/) which
works for my programs (applications) ran using following syntax

'java -Xbootclasspath/a:<path to jpa.jar> my_class_file'

but I don't know how to use the API using servlets. I want to write a
class which my servlet can call to graph data. It says in the
documentation that I should be able to add this -Xbootclasspath into my
servlet command line ?!

does anyone know how to do this. I'm running Apache Jserv.

Thanks for any help! I think my only other option is native methods and
C/GD for graphing !

Regards

Scott.

--
Scott McDaid
edNET
t: +44 131 625 5557 (direct dial)
t: +44 131 466 7003 (office)

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA2D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to