how can i connect to X server

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
proximus

how can i connect to X server

Post by proximus » Wed Mar 16, 2005 8:08 pm

how can i connect to X server in JSP or servlet code _?
There is NoClassDefFoundError or "can not connect to X11 server
...using ":0.0" ... var ... as DISPLAY ..." error, BUT X sever is running ?

Thanks !

techlead_arun
Posts: 10
Joined: Fri Feb 25, 2005 5:55 pm
Contact:

Post by techlead_arun » Thu Mar 17, 2005 9:29 am

refer to these links.

http://www.jfree.org/phpBB2/viewtopic.php?t=1012

http://java.sun.com/products/java-media ... .html#xvfb

Also refer to the FAQ on top of this forum list. One of FAQ gives detailed direction to this.

proximus

but ...

Post by proximus » Thu Mar 17, 2005 3:15 pm

OK OK OK

but there is only if X-server not running (headless or xvbf or PJA)
but I have X-server running.
How can I connect in JSP code to X-Server?

Locked