JFreeChart on Linux

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
subhani
Posts: 11
Joined: Thu Mar 18, 2004 2:23 pm
Location: Hyderabad
Contact:

JFreeChart on Linux

Post by subhani » Tue Apr 06, 2004 7:37 am

When I am trying to run demo application given by JFreeChart, Its giving following exception:


Exception in thread "main" java.lang.InternalError: Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable.

garv
Posts: 127
Joined: Wed Mar 31, 2004 3:44 pm
Location: Amsterdam, The Netherlands

Post by garv » Tue Apr 06, 2004 8:25 am

Sounds like a problem with your Java Virtual Machine, not with JFreeChart...

I've little experience cfg'ing Linux, but here's the results of a quick Google.
http://forum.java.sun.com/thread.jsp?th ... ge=2315771
http://www.mail-archive.com/java2d-inte ... 02866.html

Hope these help.

Locked