Immediate HELP needed - UnsatisfiedLinkError libXp.so.6

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
bmoody
Posts: 9
Joined: Tue Nov 25, 2003 7:02 pm

Immediate HELP needed - UnsatisfiedLinkError libXp.so.6

Post by bmoody » Thu Dec 11, 2003 6:06 pm

All,

I am running JFreeChart on linux using java 1.3.1 and run into the exception:

.UnsatisfiedLinkError: /usr/java/jdk1.3.1_09/jre/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directoty

I initially received the exception " Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable." so I install the PJA toolkit. This allows me to run without having X running. But now it looks like the X libraries are still required. Is this the case? I thought that installing PJA was 100% Java AWT implementation, so I woundn't need X11 anymore. Even if I upgrade to java 1.4 will the libraries still be required?

Locked