Re: Java working

2004-09-29 Thread Andre Vanha
David Liontooth wrote:
Sun distributes a version of java for amd64 at 
http://java.sun.com/j2se/1.5.0/download.jsp and it works great.

Cheers,
David
cd /usr/local
/download/jre-1_5_0-rc-linux-amd64.bin
vi /etc/profile
add /usr/local/jre1.5.0/bin

I've had problems running the Sun JVM on my system, with lots of HotSpot 
crashes.  I downloaded the IBM 1.4.2 JVM for AMD64 Linux, and that has 
been running much better.  Hopefully the final 1.5 release from Sun will 
be more stable.

Cheers,
Andre V



Java working

2004-09-22 Thread David Liontooth
Sun distributes a version of java for amd64 at 
http://java.sun.com/j2se/1.5.0/download.jsp and it works great.

Cheers,
David
cd /usr/local
/download/jre-1_5_0-rc-linux-amd64.bin
vi /etc/profile
add /usr/local/jre1.5.0/bin



Re: Java working

2004-09-22 Thread Peter Nelson
David Liontooth wrote:
Sun distributes a version of java for amd64 at 
http://java.sun.com/j2se/1.5.0/download.jsp and it works great.

Cheers,
David
cd /usr/local
/download/jre-1_5_0-rc-linux-amd64.bin
vi /etc/profile
add /usr/local/jre1.5.0/bin
Only problem is it doesn't include a java plugin for mozilla.  
Blackdown's new 1.4.2 build includes the plugins.

ftp://metalab.unc.edu/pub/linux/devel/lang/java/blackdown.org/JDK-1.4.2/amd64/rc1/
-Peter