Thanks for the fix Juergen.  Java was being run from JDK 1.1.8 even though
JAVA_HOME was set to the J2SE 1.4 home directory.
Danny

----- Original Message -----
From: "Juergen Kreileder" <[EMAIL PROTECTED]>
To: "Danny" <[EMAIL PROTECTED]>
Cc: "Greg Lewis" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, July 27, 2001 1:02 PM
Subject: Re: J2SE 1.4 & Linux & i686/green_threads


> [EMAIL PROTECTED] writes:
>
> > I tried installing JDK 1.3.1 for Linux from Sun, but it does not
> > have the bin/i686 directory either.  It only contains the bin/i386
> > with both the green_threads and native_threads directory.  Does
> > anyone know where to get the JDK 1.3.1 bin/i686 directory?  I've
> > tried symbolic links from bin/i686 to bin/i386 but that did not
> > work.  That led to problems with loading libhpi.so which I added to
> > my path environment variable which only led to more problems.
>
> There's no need for a i686 directory, all x86 architectures use the
> i386 directory.  Applications should use j2sdk1.3.1/bin/java and not
> j2se1.3.1/bin/i386/{green,native}_threads/java.
>
> If you get an error like "java was not found in
> /usr/local/j2sdk1.3.1/bin/i686/native_threads/java", then there is
> something wrong with your setup.
> E.g. you'll get this error when JAVA_HOME points to 1.3.1 but 'java' is
> from 1.1.8:
> % JAVA_HOME=~/testbed/j2sdk1.3.1 /usr/lib/jdk1.1/bin/java
> java was not found in
/home/jk/testbed/j2sdk1.3.1/bin/i686/native_threads/java
>
>
>         Juergen
>
> --
> Juergen Kreileder, Blackdown Java-Linux Team
> http://www.blackdown.org/java-linux.html
> Run Java 2 SE v1.3.1 on your iPAQ:
> http://www.handhelds.org/pipermail/ipaq/2001-June/007221.html
>
>
> ----------------------------------------------------------------------
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
>


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to