RE: Best way to install JDK 1.4 on woody?

2002-05-30 Thread Charles Ocheret
] Sent: Thursday, May 30, 2002 1:54 AM To: debian-java@lists.debian.org Subject: Re: Best way to install JDK 1.4 on woody? I',m a newby to Debian and I've tried installing JDK1.4. I got the .bin file and executed it. This all unpacked fine but when I fire up java I get the following err

RE: Best way to install JDK 1.4 on woody?

2002-05-30 Thread Charles Ocheret
]] Sent: Thursday, May 30, 2002 1:54 AM To: [EMAIL PROTECTED] Subject: Re: Best way to install JDK 1.4 on woody? I',m a newby to Debian and I've tried installing JDK1.4. I got the .bin file and executed it. This all unpacked fine but when I fire up java I get the following error: Err

Re: Best way to install JDK 1.4 on woody?

2002-05-30 Thread Geoff Beaumont
Francois BOTTIN wrote If you need a file (here you need libstdc++-libc6.1-1.so.2), you can find out in which package it is by doing a search at http://packages.debian.org -> 'Search the contents of packages'. I know there is also an apt-* command that does the same, but it is not present in stable

Re: Best way to install JDK 1.4 on woody?

2002-05-30 Thread Alban Peignier
It seems better ;) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Best way to install JDK 1.4 on woody?

2002-05-30 Thread Alban Peignier
I've just had this link : [host:~] ll /usr/lib/libstdc++-libc6.1-1.so.2 lrwxrwxrwx1 root root 31 May 25 10:54 /usr/lib/libstdc++-libc6.1-1.so.2 -> libstdc++-3-libc6.1-2-2.10.0.so Happy Jdk, Alban -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trou

Re: Best way to install JDK 1.4 on woody?

2002-05-30 Thread Francois BOTTIN
--- Malcolm Robbins <[EMAIL PROTECTED]> wrote: > I',m a newby to Debian and I've tried installing JDK1.4. I got the > .bin > file and executed it. This all unpacked fine but when I fire up java > I get > the following error: > > Error: failed /root/j2sdk1.4.0/jre/lib/i386/client/libjvm.so, bec

Re: Best way to install JDK 1.4 on woody?

2002-05-30 Thread Malcolm Robbins
I',m a newby to Debian and I've tried installing JDK1.4. I got the .bin file and executed it. This all unpacked fine but when I fire up java I get the following error: Error: failed /root/j2sdk1.4.0/jre/lib/i386/client/libjvm.so, because libstdc++-libc6.1-1.so.2: cannot open shared object file:

Re: Best way to install JDK 1.4 on woody?

2002-05-30 Thread Geoff Beaumont
Francois BOTTIN wrote >If you need a file (here you need libstdc++-libc6.1-1.so.2), you can >find out in which package it is by doing a search at >http://packages.debian.org -> 'Search the contents of packages'. I know >there is also an apt-* command that does the same, but it is not >present in

Re: Best way to install JDK 1.4 on woody?

2002-05-30 Thread Alban Peignier
It seems better ;) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Best way to install JDK 1.4 on woody?

2002-05-30 Thread Alban Peignier
I've just had this link : [host:~] ll /usr/lib/libstdc++-libc6.1-1.so.2 lrwxrwxrwx1 root root 31 May 25 10:54 /usr/lib/libstdc++-libc6.1-1.so.2 -> libstdc++-3-libc6.1-2-2.10.0.so Happy Jdk, Alban -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe".

Re: Best way to install JDK 1.4 on woody?

2002-05-30 Thread Francois BOTTIN
--- Malcolm Robbins <[EMAIL PROTECTED]> wrote: > I',m a newby to Debian and I've tried installing JDK1.4. I got the > .bin > file and executed it. This all unpacked fine but when I fire up java > I get > the following error: > > Error: failed /root/j2sdk1.4.0/jre/lib/i386/client/libjvm.so, be

Re: Best way to install JDK 1.4 on woody?

2002-05-30 Thread Malcolm Robbins
I',m a newby to Debian and I've tried installing JDK1.4. I got the .bin file and executed it. This all unpacked fine but when I fire up java I get the following error: Error: failed /root/j2sdk1.4.0/jre/lib/i386/client/libjvm.so, because libstdc++-libc6.1-1.so.2: cannot open shared object file:

Re: Best way to install JDK 1.4 on woody?

2002-05-22 Thread Joey Hess
Gerald Turner wrote: > I'm CCing Joey Hess because according to his > /usr/share/doc/alien/gendiff.txt he would consider including the diff in > the alien package proper. Yes, I'll be happy to put this in the next version of alien. -- see shy jo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] w

Re: Best way to install JDK 1.4 on woody?

2002-05-22 Thread Joey Hess
Gerald Turner wrote: > I'm CCing Joey Hess because according to his > /usr/share/doc/alien/gendiff.txt he would consider including the diff in > the alien package proper. Yes, I'll be happy to put this in the next version of alien. -- see shy jo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED]

Re: Best way to install JDK 1.4 on woody?

2002-05-21 Thread charlie derr
Actually i think the choice is between a .bin and a .rpm. I've never tried alien (or rpm), but always had success with the .bin (which is really sort of a self extracting .tar.gz as far as i can tell). Simply chmod +x the bin file and then execute it. I usually put the resulting dir in /usr/loc

Re: Best way to install JDK 1.4 on woody?

2002-05-21 Thread David Dorward
On Tue, 21 May 2002 23:43:09 +0200 ml <[EMAIL PROTECTED]> wrote: > Hi, > > simple question: AFAIK there is no .deb of JDK 1.4 > nor an installer .deb, but .tar.gz and .rpm files > from javasoft.com. Is this right? If so, shall I > use alien and install the .rpm or better use the > .tar.gz? Is

RE: Best way to install JDK 1.4 on woody?

2002-05-21 Thread Charles Ocheret
I did it by hand without using the rpm stuff (alien scares me a bit). It worked fine after downloading the right version of libstdc++ as well. ~chuck -Original Message- From: ml [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 21, 2002 5:43 PM To: debian-java@lists.debian.org Subject: Best w

Re: Best way to install JDK 1.4 on woody?

2002-05-21 Thread charlie derr
Actually i think the choice is between a .bin and a .rpm. I've never tried alien (or rpm), but always had success with the .bin (which is really sort of a self extracting .tar.gz as far as i can tell). Simply chmod +x the bin file and then execute it. I usually put the resulting dir in /usr/lo

Re: Best way to install JDK 1.4 on woody?

2002-05-21 Thread David Dorward
On Tue, 21 May 2002 23:43:09 +0200 ml <[EMAIL PROTECTED]> wrote: > Hi, > > simple question: AFAIK there is no .deb of JDK 1.4 > nor an installer .deb, but .tar.gz and .rpm files > from javasoft.com. Is this right? If so, shall I > use alien and install the .rpm or better use the > .tar.gz? Is

RE: Best way to install JDK 1.4 on woody?

2002-05-21 Thread Charles Ocheret
I did it by hand without using the rpm stuff (alien scares me a bit). It worked fine after downloading the right version of libstdc++ as well. ~chuck -Original Message- From: ml [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 21, 2002 5:43 PM To: [EMAIL PROTECTED] Subject: Best way to ins