I'm running gentoo so I emerged jre which emerged the package dev-java/blackdown-jre-1.4.2_rc1 to /opt/blackdown-jre-1.4.2_rc1/bin/java. Azureus expects it to be in /usr/java but it provides an option to specify your own path. Which is what I did and it gives me this error:
Code:
zac@moebius azureus $ ./azureus
./azureus: line 5: path: command not found
Starting Azureus...
Loading Azureus:
/opt/blackdown-jre-1.4.2_rc1/bin/java -cp .:Azureus2.jar:swt-mozilla.jar:swt-pi.
jar:swt.jar -Djava.library.path=/home/zac/azureus org.gudy.azureus2.ui.swt.Main
''
Error occurred during initialization of VM
java/lang/NoClassDefFoundError: java/lang/Object
Azureus TERMINATED.
I also tried installing jre from the installer on java.com and that doesn't work either. I'm following the instructions from
http://www.java.com:80/en/download/h...elf-extracting
Code:
root@moebius java # chmod a+x j2re-1_4_2_04-linux-i586.bin
root@moebius java # ls -l
-rwxr-xr-x 1 root root 14173427 Jun 16 21:16 j2re-1_4_2_04-linux-i586.bin
root@moebius java # ./j2re-1_4_2_04-linux-i586.bin
[ I say yes to the agreement here ]
Do you agree to the above license terms? [yes or no]
y
tail: `-1' option is obsolete; use `-n 1' since this will be removed in the future
Unpacking...
tail: cannot open `+417' for reading: No such file or directory
Checksumming...
1
The download file appears to be corrupted. Please refer
to the Troubleshooting section of the Installation
Instructions on the download page for more information.
Please do not attempt to install this archive file.
I'm running AMD64 on gentoo
Thanks for any help.