>>>>> Georgios Y Lazarou writes:
> Hi,
> I just download and install jdk1.1.6 at /usr/local/jdk1.1.6/. I
> read the README.linux file and I did everything it is said there. I
> added to the PATH the bin dir: "/usr/local/jdk1.1.6/bin". Now, when
> I try to run javac I get the following error message:
> $ javac CFFCT.java
> /usr/local/jdk1.1.6/bin/../bin/i586/green_threads/javac:
> /usr/local/jdk1.1.6/bin/../bin/i586/green_threads/java: No such file
> or directory
> running "javac" by itself without the input filename, I get the same
> error. Also, I put in the PATH every dir under /usr/local/jdk1.1.6/
> and still get the same error.
> What causes the error and how can I fix it?
You've downloaded the wrong JDK version.
If you have /lib/libc-2.0.7.so you'll need the glibc version of the JDK,
if you *only* have /lib/libc.so.5 you'll need the libc5 version.
For an explanation of the error message see my answers in the thread
"jdk in linux" yesterday.
Juergen
--
Juergen Kreileder, Universitaet Dortmund, Lehrstuhl Informatik V
Baroper Strasse 301, D-44221 Dortmund, Germany
Phone: ++49 231/755-5806, Fax: ++49 231/755-5802