2005/8/23, Max Alekseyev <[EMAIL PROTECTED]>:
> Shaun Jackman wrote:
> 
> > Can you try a different JVM and see if your problem persists? I'm
> > using sun-j2sdk1.5. You could try sun-j2re1.5.
> 
> sun-j2re1.5 is not available for debian-amd64
> 
> # apt-get install sun-j2re1.5
> Reading package lists... Done
> Building dependency tree... Done
> Package sun-j2re1.5 is not available, but is referred to by another package.
> This may mean that the package is missing, has been obsoleted, or
> is only available from another source
> E: Package sun-j2re1.5 has no installation candidate
> 
> Max

You have to build the package using java-package:
# download jdk-1_5_0_04-linux-i586.bin
make-jpkg jdk-1_5_0_04-linux-i586.bin
sudo dpkg -i sun-j2sdk1.5_1.5.0+update04_i386.deb

This recipe might be slightly different for you on amd64.

Cheers,
Shaun

Reply via email to