RedHat 4.2 is based on libc v5.x so jdk_1.1.6-v5-x86-lib5.tar.gz is just what
you need.  If you ever upgrade to RedHat 5.1 (or above I would guess) then you
would need the glibc version.

I don't know very much about kaffe, but the few experences that I have had were
poor.  I have been using blackdowns jdk & vm's for quite a while now and I am
very pleased with them.

--jason


On 11-Oct-98 Willy wrote:
> Thank you very much for your help..... After I set the classpath, the
> error is Native Library not found.... anyway, I think the problem is
> that the javac I'm running is that of kaffe.... I solve it through
> setting the PATH to the java path....
>       One more question: My system is RedHat Linux 4.2 running on i586...
> does it support jdk_1.1.6-v5-x86-lib5.tar.gz... if not what is your
> recommended version ?
> 
> Jason Dillon wrote:
>> 
>> Try setting your classpath to contain jdk116/lib/classes.zip:
>> 
>> sh:
>> 
>> CLASSPATH=/where/ever/you/put/it/jdk116/lib/classes.zip
>> export CLASSPATH
>> 
>> csh:
>> 
>> setenv CLASSPATH /where/ever/you/put/it/jdk116/lib/classes.zip
>> 
>> You should also set JAVA_HOME to /where/ever/you/put/it/jdk116/ in the same
>> fashion.  That should fix it.  Let me know if it doesn't.
>> 
>> --jason
>> 
>> On 11-Oct-98 Willy wrote:
>> > Sir/Madam,
>> >       Good day!!!
>> >       I download the jdk_1.1.6-v5-x86-lib5.tar.gz... then untar it... it
>> > extracted on jdk116 directory then... and when i run javac it return the
>> > error message "CLASSPATH NOT SET".... please help me how to solve this
>> > problem... We're students now developing a software using Java in
>> > Linux... please help us as soon as possible....
>> >       Thank you very much!!!!!

Reply via email to