Ganesh wrote:
that I am using JRE version "1.3.0_04" (Java HotSpot(TM) Client VM
(build 1.3.0_04, mixed mode). Due to project constraints I am unable to
change/upgrade this JVM. Is this version a problem?

It's rather old. I'd try to install the most recent version side-by-side or another machine with the same environment and soo what happens.

Exception in thread "main" java.lang.UnsatisfiedLinkError: exception

A kind of misconfiguration. Either a library is completely missing, installed in the wrong place or inaccessible to the JVM. Ask your local Solaris guru to fix the installation. It is weird though that this didn't happen from FOP, because

at java.awt.Toolkit.<clinit>(Toolkit.java:1058)

this should be called there too.

Now, does this mean that I don't have the Xserver running?

I'd think it should be rather obvious to you whether an X server is running. In any case, none of the exceptions you've shown so far are typical for a failure to connect an X server, usually you'd get "cannot connect to X server" or something similar in this case.

J.Pietschmann


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to