LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   any stable version of j2re? (https://www.linuxquestions.org/questions/debian-26/any-stable-version-of-j2re-333175/)

hkl8324 06-13-2005 02:16 PM

any stable version of j2re?
 
i use Azureus as my BT client....and Azureus always crash b/c of this
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
# SIGSEGV (0xb) at pc=0x403c70ef, pid=5019, tid=1181273008
#
# Java VM: Java HotSpot(TM) Client VM (1.5.0_02-b09 mixed mode, sharing)
# Problematic frame:
# V [libjvm.so+0x2560ef]
#
# An error report file with more information is saved as hs_err_pid5019.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
i do think it is the java machine problem, am i right?

tomj88 06-14-2005 02:06 PM

I just installed the java development kit using apt-get install j2sdk1.4 and found this using apt-cache search java. You will need this in your /etc/apt/sources.list:

#java
deb ftp://ftp.tux.org/java/debian/ unstable non-free
deb ftp://sunsite.dk/mirrors/java-linux/debian/ testing non-free

but you want stable, so try

#java
deb ftp://ftp.tux.org/java/debian/ stable non-free
deb ftp://sunsite.dk/mirrors/java-linux/debian/ stable non-free

Then run apt-get update so apt-get know where to get the java files from. Then try:

apt-get install j2re1.4 java-common azureus

This should install a stable java and azureus (fyi I have just started azureus and seems to be running quite smoothly!)

Hope this works for you, if it doesn't, try using unstable java or something...

hkl8324 06-15-2005 03:06 AM

i have one more question....

how to uninstall the j2re i downloaded and installed earlier from www.java.com (that is a bin file with no instruction on howto uninstall itself.......)

McCloud 06-15-2005 03:38 AM

Just remove the directory which the bin file created. The bin file creates one directory containing the Java runtime.

Installing Java using the Sun binaries is actually quite convenient. Different users can use different Java versions, one user can install several Java versions (which version starts can be controlled using the PATH environment variable), etc.

tomj88 06-15-2005 06:07 AM

On mandrake it used to install itself to /usr/java (then jre-[version])
so i spose you could type "ls /usr/java" and if it exists then you could type "rm -rf /usr/java"

powadha 06-15-2005 08:23 AM

Brilliant page on installing Java on Debian:

http://serios.net/content/debian/java/


All times are GMT -5. The time now is 06:41 PM.