Levi wrote:
>
> I reacently installed the JDK ver. 1.2 on the latest (updated daily)
> version of Debian. I tried to compile a basic text case with the following
> command:
>
> javac HelloWorld.java
>
> But the compiler responded with this error:
>
> Error: can't find libjava.so.
>
> I'd apreciate any help I can get.
That usually means your JDK version is out of sync with your libc. If
you've got the /lib/libc.so.6 symlink pointing at
/lib/libc-2.0.something, you need the glibc2.0 version. If it's pointing
to /lib/libc-2.1.something, you need the glibc2.1 version. The JDK
versions come from directories with obvious names at the blackdown
site/mirrors.
Nathan
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]