Re: "no awt in shared library path"

1999-10-07 Thread Michael Sinz
On Thu, 7 Oct 1999 19:22:23 -0500, Mike Tinnes wrote: > >I get the following error while trying to run a servlet that utilized the >awt classes.. "no awt in shared library path". I'm using RH6.0, Apache JServ >1.1b1 and jdk117v3. I'm assuming the VM needs the

"no awt in shared library path"

1999-10-07 Thread Mike Tinnes
I get the following error while trying to run a servlet that utilized the awt classes.. "no awt in shared library path". I'm using RH6.0, Apache JServ 1.1b1 and jdk117v3. I'm assuming the VM needs the LD_LIBRARY_PATH set to the awt shared libraries,

Re: no awt in shared library path

1999-08-11 Thread Moses DeJong
ts work on Linux fine, but not this one > which use java.awt package. > > Here is exception message coming from Apache error_log: > > /usr/local/java/jdk117_v3/bin/../lib/i586/green_threads/libawt.so: undefined > symbol: XtShellStrings (libawt.so) > java.lang.UnsatisfiedLi

no awt in shared library path

1999-08-11 Thread Boban Acimovic/Forritun AKS hf.
Apache error_log: /usr/local/java/jdk117_v3/bin/../lib/i586/green_threads/libawt.so: undefined symbol: XtShellStrings (libawt.so) java.lang.UnsatisfiedLinkError: no awt in shared library path at java.lang.Runtime.loadLibrary(Runtime.java) at java.lang.System.loadLibrary(System.java

UnsatisfiedLinkError: no awt in shared library path?!

1999-08-06 Thread Pepijn Schmitz
in shared library path java.lang.UnsatisfiedLinkError: no awt in shared library path at java.lang.Runtime.loadLibrary(Runtime.java) at java.lang.System.loadLibrary(System.java) at at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:394) at