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?