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
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,
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
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
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
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
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
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
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
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?
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
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:/
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
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
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
15 matches
Mail list logo