[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Java Virtual Machine



On 4/23/05, Adam Hardy <adam.ant@cyberspaceroad.com> wrote:
> I just spent 20 minutes messing with aptitude and couldn't find the java
> runtime or the java SDK. What is the name of the package that I need to
> install? Even just for apt-get? Considering I'm meant to be a java
> programmer, i should be embarrassed but I cant figure it out.

if you want a precompiled deb you have to add this lines to
/etc/apt/sources.list
deb http://mirrors.publicshout.org/java-linux/debian/ testing non-free
deb ftp://gd.tuwien.ac.at/opsys/linux/java/debian/ testing non-free

or search the string "blackdown java" with google to search the mirror
closest to you.

then you can find packages named j2sdk1.x and j2re1.x searching with"
apt-cache search j2".

Otherway you can download a .bin package from sun's site and install
the java-package with apt-get / synaptic and then transform the
java.bin package in a .deb package.

make-jpkg j2.xxx.bin
dpkg -i j2.xxx.deb

bye 
fabrizio



Reply to: