Re: [simple questions on how to start using JDK on linux]

2000-05-19 Thread Nathan Meyers
James Mansell wrote: > Hi Janet, > > Yes, I did the same thing. > > I am using Redhat 6.1. > > I found that under /usr/bin there are java executables put there as part of > the default Linux installation. This old version of java is what will be > referred to if /usr/bin comes before your refere

Re: [simple questions on how to start using JDK on linux]

2000-05-19 Thread James Mansell
Hi Janet, Yes, I did the same thing. I am using Redhat 6.1. I found that under /usr/bin there are java executables put there as part of the default Linux installation. This old version of java is what will be referred to if /usr/bin comes before your references to the new version of java in y

Re: simple questions on how to start using JDK on linux

2000-05-19 Thread Ingo Rockel
Hi! It seems like you already have a JDK (Version 1.1) installed on your System (try `which java` it will tell you where). The Blackdown JDK will not run on your System, because you must have at least GLIBC2.1.2 installed, your System does not have it, that's why the javac complains about undefin

simple questions on how to start using JDK on linux

2000-05-18 Thread Janet
Hello everyone. I'm totally new to Linux. I downloaded jdk-1.2.2 (RC4) of the Blackdown org. And I set the path env varible to point to the jdk1.2.2/bin. When I used javac to compile a simple HelloWorld .java file, it complained: .. /home/jdk1.2.2/bin/i386/native_threads/java: error in loadi