Dimitris Terzis wrote:
>
> Hi guys...
>
> I am getting all sorts of problems with JDK 1.1.7 and JKD 1.2 installation
> in Linux (I have a Pentium II/300 system with RedHat 5.2 and libc-2.0.7.so).
> I try to run the programs (either in binary or script form) from the
> bin/x86/native_threads directory each time (by the way, examining the
> scripts I see references to sun.tools.* classes - are they included in the
> libraries?).
Don't try to run from those directories. The launch scripts do a lot of
important setup. You need to invoke the scripts (java, javac, etc.)
found in the <top_of_installation>/bin subdirectory - you shouldn't be
in that directory when you do it, and you shouldn't use symbolic links
from elsewhere to those scripts. (The latter restrictions have to do
with shell-based tricks used in the scripts to figure out where the JDK
is installed.)
Nathan
>
> The messages I get are "Can't determine application home" and "No such file"
> (!), although I provide the correct path to the executables. I presume it
> has something to do with the script, because the interpreter, java, being in
> binary form, can run (but gives me run-time errors like "class not found",
> etc.).
>
> The only extra thing my installation has is the ATM patch. Examining the
> output of ldconfig -D (I attach the text file) I see a number of warnings,
> which look suspicious.
>
> So, my questions are: Is there obviously wrong in what I 'm doing and/or my
> installation (see ld file)? Has somebody faced the same problems and knows
> of a solution?
>
> Also, which is version 3 of the Linux jdk1.1.7 implementation for libc2.0
> (as well as libc2.1) or not? I used v3 initially, but then switched to v1a
> without any better luck.
>
> Thanks,
>
> Dimitris
>
> <<ld>>
>
> ------------------------------------------------------------------------
> Name: ld
> ld Type: unspecified type (application/octet-stream)
> Encoding: quoted-printable
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]