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:

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:

Re: java from sun: installation problem

2002-12-10 Thread Francois BOTTIN
--- Jan Krupa [EMAIL PROTECTED] a écrit : Exception in thread main java.lang.UnsatisfiedLinkError: /usr/local/java/j2sdk1.4.1_01/jre/lib/i386/libfontmanager.so: libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or directory Simply install the file

Re: java from sun: installation problem

2002-12-10 Thread Jan Krupa
Thanks for answer. On Tue, 10 Dec 2002, [iso-8859-1] Francois BOTTIN wrote: --- Jan Krupa [EMAIL PROTECTED] a crit: Exception in thread main java.lang.UnsatisfiedLinkError: /usr/local/java/j2sdk1.4.1_01/jre/lib/i386/libfontmanager.so: libstdc++-libc6.1-1.so.2: cannot open shared

Java plugin with mozilla 1.1

2002-12-10 Thread Miguel Rubio
I've installed jre131_02.xpi in mozilla and now, when I go to a web page with java content, I get: [EMAIL PROTECTED]:~$ mozilla --gtk-debug Plugger: Unable to find pluggerrc file! java_vm: relocation error: /usr/lib/mozilla/plugins/java2/lib/i386/libjava.so: symbol __libc_wait, version

Re: Java plugin with mozilla 1.1

2002-12-10 Thread Tom Badran
On Tuesday 10 Dec 2002 7:20 pm, Miguel Rubio wrote: Does someone know what's happening, and how to solve it ? Upgrade mozilla. Mozilla built against old glibc wont work with java. Tom