On Fri, 06 Nov 1998 14:53:24 -0500, Poynter wrote:

>Hi, you'll havew to excuse me, but I'm rather new to Linux.  I followed
>the steps given with the JDK, but have still not been able to get  it to
>work properly.  Here is what I did:
>
>1) Extracted it to /usr/local/jdk116_v5
>
>2) Added the line
>     alias java='/usr/local/jdk116_v5/bin/java'
>      to my .bashrc
>
>3) However when I type "java" or go directly to the
>/usr/local/jdk116_v5/bin and type "java" I get this:
>
>ls: not: No such file or directory
>/usr/local/jdk116_v5/bin/../bin/i586/green_threads/java: can't resolve
>symbol '_Xglobal_lock'
>/usr/local/jdk116_v5/bin/../bin/i586/green_threads/java: can't resolve
>symbol '_XUnlockMutex_fn'
>/usr/local/jdk116_v5/bin/../bin/i586/green_threads/java: can't resolve
>symbol '_XLockMutex_fn'

This looks like you either do not have X-windows installed or
you have an incompatible version of libc/glibc mix.

If you do not have X-Windows installed and only want to do STDIO Java
work then you can set the NS_JAVA environment variable.  This lets
Java run without the AWT addons.

If you have the wrong mix of libc/glibc (as in libc5 system and
a glibc version of the JDK) you need to get the "other" one...


Michael Sinz -- Director of Research & Development, NextBus Inc.
mailto:[EMAIL PROTECTED] --------- http://www.nextbus.com
My place on the web ---> http://www.users.fast.net/~michael_sinz

Reply via email to