Re: java from sun: installation problem

2002-12-12 Thread Colin Watson
(Please don't cc me on replies to mailing list posts, especially not ones that are basically unrelated to the post of mine you're replying to.) On Thu, Dec 12, 2002 at 01:49:07PM +0100, Jan Krupa wrote: > On Tue, 10 Dec 2002, Colin Watson wrote: > > On Tue, Dec 10, 2002 at 11:28:19AM -0500, Dragan

Re: java from sun: installation problem

2002-12-12 Thread Jan Krupa
On Tue, 10 Dec 2002, Colin Watson wrote: > On Tue, Dec 10, 2002 at 11:28:19AM -0500, Dragan Cvetkovic wrote: > > Does this one gives you a clue? Your system can't find > > libstdc++-libc6.1-1.so.2 > > > > What I did on my system was to create a symlink from whatever current > > libstdc++-libc6

Re: java from sun: installation problem

2002-12-10 Thread Dragan Cvetkovic
Colin Watson <[EMAIL PROTECTED]> writes: > On Tue, Dec 10, 2002 at 11:28:19AM -0500, Dragan Cvetkovic wrote: > > Does this one gives you a clue? Your system can't find > > libstdc++-libc6.1-1.so.2 > > > > What I did on my system was to create a symlink from whatever current > > libstdc++-libc6 so

Re: java from sun: installation problem

2002-12-10 Thread Jan Krupa
On Tue, 10 Dec 2002, Colin Watson wrote: > On Tue, Dec 10, 2002 at 11:28:19AM -0500, Dragan Cvetkovic wrote: > > Does this one gives you a clue? Your system can't find > > libstdc++-libc6.1-1.so.2 > > > > What I did on my system was to create a symlink from whatever current > > libstdc++-libc6

Re: java from sun: installation problem

2002-12-10 Thread Colin Watson
On Tue, Dec 10, 2002 at 11:28:19AM -0500, Dragan Cvetkovic wrote: > Does this one gives you a clue? Your system can't find > libstdc++-libc6.1-1.so.2 > > What I did on my system was to create a symlink from whatever current > libstdc++-libc6 so library in /usr/lib is to > $HOME/lib/libstdc++-libc6

Re: java from sun: installation problem

2002-12-10 Thread Rodrigo Agerri
do you have the library libstdc++2.9-glibc2.1 installed? cheers, rodrigo On Tue, 2002-12-10 at 16:07, Jan Krupa wrote: > > I have debian3.0 (woody) installed). > > I run gnome. > > I tried to install j2se from > http://java.sun.com/j2se/1.4/download.htmdownloaded the Linux self-extracting

Re: java from sun: installation problem

2002-12-10 Thread Dragan Cvetkovic
Jan Krupa <[EMAIL PROTECTED]> writes: > I have debian3.0 (woody) installed). > > I run gnome. > > I tried to install j2se from > http://java.sun.com/j2se/1.4/download.htm > downloaded the Linux self-extracting file: > j2sdk-1_4_0_01-linux-i586.bin > [snip] > I run > javac HelloWorld.java > t

java from sun: installation problem

2002-12-10 Thread Jan Krupa
I have debian3.0 (woody) installed). I run gnome. I tried to install j2se from http://java.sun.com/j2se/1.4/download.htmdownloaded the Linux self-extracting file: j2sdk-1_4_0_01-linux-i586.bin then (as root) cd /usr/local/java/ and run ./j2sdk-1_4_0_01-linux-i586. then I run: update-altern