>>>>> tomas writes:
tomas> I'm getting these errors when executing "java", without any
tomas> more parameters, only to see the command line options. I
tomas> have installed JDK 1.1.2 and runs without any problems, but
tomas> neither JDK 1.1.7 nor JDK 1.2 don't work.
tomas> Do you know what I can do to solve this problem ?
tomas> /usr/local/jdk117_v1a/bin# ./java
tomas> ldd: can't execute ./../bin/i586/green_threads/java (No such file or
tomas> directory)
tomas> ./../bin/checkVersions: /tmp/ldd.out.15175: Permission denied
tomas> ./java: /usr/local/jdk117_v1a/bin/../bin/i586/green_threads/java: No such
tomas> file or directory
tomas> ./java: /usr/local/jdk117_v1a/bin/../bin/i586/green_threads/java: No such
tomas> file or directory
Looks like you have libc5 system and you're trying to run a glibc JDK.
You need jdk_1.1.7-v1a-libc5-x86.tar.gz for libc5 systems.
(There is no libc5 version of the JDK 1.2).
Juergen
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]