2005/8/25, J.J. Kiers <[EMAIL PROTECTED]>:
> The results of /usr/sbin/update-alternatives --display java:
> 
> java - status is auto.
>   link currently points to /usr/local/lib/jdk/bin/java
> /usr/local/lib/jdk/bin/java - priority 500

Try using a Debian package of J2SE 5.0 built using java-package
instead of a package installed in /usr/local.

> And last: the results of java -version are:
> 
> java version "1.5.0_04"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_04-b05)
> Java HotSpot(TM) Client VM (build 1.5.0_04-b05, mixed mode)

I'm using this same version (1.5.0_04-b05) of J2SE.

> Additionally, I tried to reinstall azureus, but that failed:
> 
> De volgende pakketten hebben niet-voldane vereisten:
>    azureus: Vereisten: sun-j2sdk1.5 maar het is niet installeerbaar of
>                        java2-runtime maar het is niet installeerbaar
...
> So, of course, I can't run azureus anymore.
> I hope you have a solution for this problem.

Try installing sun-j2sdk1.5 or sun-j2re1.5.

# download jdk-1_5_0_04-linux-i586.bin from java.sun.com
sudo apt-get install java-package
make-jpkg jdk-1_5_0_04-linux-i586.bin
sudo dpkg -i sun-j2sdk1.5_1.5.0+update04_i386.deb

Cheers,
Shaun

Reply via email to