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

Re:Newbie: Anyone know what library path is?

1999-05-28 Thread Owais Kidwai
Hope this helps. -Owais --Original message-- Trying to compile a java program for the first time on linux using the following: $ CLASSPATH=~/java:/usr/lib/jdk1.1.5/lib $ export CLASSPATH $ javac Console.java No library path set. Cannot find essential class

jdk1.2 -- No library path set

1999-05-24 Thread John Young
Hi I just heard about the Java port to linux and I downloaded the Java 2 version yesterday. I am running RedHat Linux 5 When I try to compile a simple program, HelloWorld, I am getting a message: No library path set. and core is dumped. The instructions specified that I didn't have to se

Re: Newbie: Anyone know what library path is?

1999-05-21 Thread Michael Sinz
On Fri, 21 May 1999 05:29:19 -0400, Patrick Tsoi-A-Sue wrote: >Trying to compile a java program for the first time on linux using the >following: > >$ CLASSPATH=~/java:/usr/lib/jdk1.1.5/lib >$ export CLASSPATH >$ javac Console.java >No library path set. >Cannot find es

Newbie: Anyone know what library path is?

1999-05-21 Thread Patrick Tsoi-A-Sue
Trying to compile a java program for the first time on linux using the following: $ CLASSPATH=~/java:/usr/lib/jdk1.1.5/lib $ export CLASSPATH $ javac Console.java No library path set. Cannot find essential class 'java/lang/Object' in class library ... aborting. $ How do I set li

Re: library path

1999-03-04 Thread Karthik Vishwanath
JAVA_HOME is the absolute path to the jdk directory > greetings > > On Wed, 3 Mar 1999, Donald Rudder wrote: > > > I'm haveing trouble useing javac. It says "No library path set." can > > any one help me?

Re: library path

1999-03-03 Thread Roman Zamitiz Carlos
Ingenieria, UNAM [EMAIL PROTECTED] On Wed, 3 Mar 1999, Donald Rudder wrote: > I'm haveing trouble useing javac. It says "No library path set." can > any one help me? > > > > > _ > DO YOU Y

library path

1999-03-03 Thread Donald Rudder
I'm haveing trouble useing javac. It says "No library path set." can any one help me? _ DO YOU YAHOO!? Get your free @yahoo.com address at http:/

No library path set

1998-11-11 Thread Shin
Hi, I can't understand why javac keeps telling me "No library path set", please help me. It was running fine under Redhat5.0. I'm using Redhat5.1 and the 1.1.6 glibc v2 of the jdk. Thanks, Shin

Re: Library path not set

1998-05-22 Thread Stephen Wynne
In message <[EMAIL PROTECTED]>, [EMAIL PROTECTED] writes: [1.1.5v7] does not work with the following error message (or something very similar) when I try and compile a test class with javac test.class: Library path not set. Patrick, Hmm, I wonder where this is comin

Library path not set

1998-05-22 Thread Patrick_Morris
test.class: Library path not set. I have set PATH to point at the appropriate directory and have tried setting and not setting the CLASSPATH variable. Is there something I am doing wrong? Could it be I need to upload the latest glibc libraries? Is there an other environment variable (for example