Re: Java plugin advocacy

2002-05-30 Thread Rick Lutowski
[EMAIL PROTECTED] wrote: > > > * Rick Lutowski > > > > | (I have heard NS 4.x is 'dead', but it comprises about > > | 20% of the browser market, and they keep releaseing new > > | versions -- doesn't sound so dead to me! But it remains > > | stuck at 1.1 also. Go figure). > > > > I have no idea

Re: Java plugin advocacy

2002-05-30 Thread Rick Lutowski
[EMAIL PROTECTED] wrote: > > > * Rick Lutowski > > > > | (I have heard NS 4.x is 'dead', but it comprises about > > | 20% of the browser market, and they keep releaseing new > > | versions -- doesn't sound so dead to me! But it remains > > | stuck at 1.1 also. Go figure). > > > > I have no idea

minor note re sun 1.4

2002-05-30 Thread Heitzso
I've used Blackdown 1.3.1 a lot on deb/unstable and it's always run great. Recently setup sun 1.4 (with extra class lib pulled down as others have noted) but 1.4 bit by failing to compile all of our code correctly (largish app, maybe 200 java classes). Problem showed up as a mis-serialized object

Re: Java plugin advocacy

2002-05-30 Thread cbbrowne
> * Rick Lutowski > > | (I have heard NS 4.x is 'dead', but it comprises about > | 20% of the browser market, and they keep releaseing new > | versions -- doesn't sound so dead to me! But it remains > | stuck at 1.1 also. Go figure). > > I have no idea where your numbers are from, but my nu

Re: Java plugin advocacy

2002-05-30 Thread Tollef Fog Heen
* Rick Lutowski | (I have heard NS 4.x is 'dead', but it comprises about | 20% of the browser market, and they keep releaseing new | versions -- doesn't sound so dead to me! But it remains | stuck at 1.1 also. Go figure). I have no idea where your numbers are from, but my numbers (which con

minor note re sun 1.4

2002-05-30 Thread Heitzso
I've used Blackdown 1.3.1 a lot on deb/unstable and it's always run great. Recently setup sun 1.4 (with extra class lib pulled down as others have noted) but 1.4 bit by failing to compile all of our code correctly (largish app, maybe 200 java classes). Problem showed up as a mis-serialized object

Re: Java plugin advocacy

2002-05-30 Thread cbbrowne
> * Rick Lutowski > > | (I have heard NS 4.x is 'dead', but it comprises about > | 20% of the browser market, and they keep releaseing new > | versions -- doesn't sound so dead to me! But it remains > | stuck at 1.1 also. Go figure). > > I have no idea where your numbers are from, but my n

RE: Best way to install JDK 1.4 on woody?

2002-05-30 Thread Charles Ocheret
I just had this problem the other day. The resolution is to do apt-get install libstdc++2.9-glibc2.1 And then you should be all set. Basically, it is an old version of the library that needs to be in place. ~chuck -Original Message- From: Malcolm Robbins [mailto:[EMAIL PROTECTED] Sent

Re: Java plugin advocacy

2002-05-30 Thread Tollef Fog Heen
* Rick Lutowski | (I have heard NS 4.x is 'dead', but it comprises about | 20% of the browser market, and they keep releaseing new | versions -- doesn't sound so dead to me! But it remains | stuck at 1.1 also. Go figure). I have no idea where your numbers are from, but my numbers (which co

RE: Best way to install JDK 1.4 on woody?

2002-05-30 Thread Charles Ocheret
I just had this problem the other day. The resolution is to do apt-get install libstdc++2.9-glibc2.1 And then you should be all set. Basically, it is an old version of the library that needs to be in place. ~chuck -Original Message- From: Malcolm Robbins [mailto:[EMAIL PROTECTED]] Se

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: