Re: Sun's java SDK on Debian Woody.

2003-03-03 Thread Arnaud Vandyck
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 ___ / "JOSE MARIA" <[EMAIL PROTECTED]> wrote: | How to install Sunïs Java sdk on Debian woody. [...] | We will now create the necessary links typing this into the console: |

Re: Sun's java SDK on Debian Woody.

2003-03-03 Thread Arnaud Vandyck
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 ___ / "JOSE MARIA" <[EMAIL PROTECTED]> wrote: | How to install Sun�s Java sdk on Debian woody. [...] | We will now create the necessary links typing this into the console: |

Re: Sun's java SDK on Debian Woody.

2003-03-01 Thread Egon Willighagen
Op vrijdag 28 februari 2003 23:02, schreef David Jardine: > > We will now create the necessary links typing this into the > > console: > > > > $ ln -s /usr/local/bin/j2sdk1.4.1_01/bin* /usr/bin > > Why does it have to be moved? Doesn't this mess up > the Debian packaging system? W

Re: Sun's java SDK on Debian Woody.

2003-03-01 Thread Egon Willighagen
Op vrijdag 28 februari 2003 23:02, schreef David Jardine: > > We will now create the necessary links typing this into the > > console: > > > > $ ln -s /usr/local/bin/j2sdk1.4.1_01/bin* /usr/bin > > Why does it have to be moved? Doesn't this mess up > the Debian packaging system? W

Re: Sun's java SDK on Debian Woody.

2003-02-28 Thread David Jardine
On Fri, Feb 28, 2003 at 09:08:19PM +0100, JOSE MARIA wrote: > This is just my personal experience, hope it helps someone. > > > > - > How to install Sun?s Java sdk on Debian woody. > > This is my personal experience on how you should go about installing > Sun?

Sun's java SDK on Debian Woody.

2003-02-28 Thread JOSE MARIA
This is just my personal experience, hope it helps someone.     - How to install Sun’s Java sdk on Debian woody. This is my personal experience on how you should go about installing Sun’s Sdk on woody linux. First of all we must forget about using apt-get because there’s no good

Re: Sun's java SDK on Debian Woody.

2003-02-28 Thread David Jardine
On Fri, Feb 28, 2003 at 09:08:19PM +0100, JOSE MARIA wrote: > This is just my personal experience, hope it helps someone. > > > > - > How to install Sun?s Java sdk on Debian woody. > > This is my personal experience on how you should go about installing Sun?s Sdk

Sun's java SDK on Debian Woody.

2003-02-28 Thread JOSE MARIA
This is just my personal experience, hope it helps someone.     - How to install Sun’s Java sdk on Debian woody. This is my personal experience on how you should go about installing Sun’s Sdk on woody linux. First of all we must forget about using apt-get because there’s no good

Re: Java SDK on Debian

2001-12-18 Thread Juergen Kreileder
Ben Hill <[EMAIL PROTECTED]> writes: > Just the job! Thanks very much! > > I used: > > ln -s libstdc++-3-libc6.1-2-2.10.0.so libstdc++-libc6.1-1.so.2 Installing libstdc++2.9-glibc2.1 is a better way to solve this problem. Juergen -- Juergen Kreileder, Blackdown Java-Linux Team http:

Re: Java SDK on Debian

2001-12-18 Thread Ben Hill
Just the job! Thanks very much! I used: ln -s libstdc++-3-libc6.1-2-2.10.0.so libstdc++-libc6.1-1.so.2 Cheers, Ben On Tue, 2001-12-18 at 16:48, Fabian Moerchen wrote: > hi > > on my machine > > cd /usr/lib > ln -s libstdc++-2-libc6.1-1-2.9.0.so libstdc++-libc6.1-1.so.2 > > always solved th

Re: Java SDK on Debian

2001-12-18 Thread Juergen Kreileder
Ben Hill <[EMAIL PROTECTED]> writes: > Just the job! Thanks very much! > > I used: > > ln -s libstdc++-3-libc6.1-2-2.10.0.so libstdc++-libc6.1-1.so.2 Installing libstdc++2.9-glibc2.1 is a better way to solve this problem. Juergen -- Juergen Kreileder, Blackdown Java-Linux Team http

Re: Java SDK on Debian

2001-12-18 Thread Fabian Moerchen
hi on my machine cd /usr/lib ln -s libstdc++-2-libc6.1-1-2.9.0.so libstdc++-libc6.1-1.so.2 always solved the problem. bye fabian On Tue, 2001-12-18 at 17:47, Ben Hill wrote: > Hi, > > I have set up the Java 2 Standard Edition SDK in the /usr directory, > and set up the environment variables

Re: Java SDK on Debian

2001-12-18 Thread Ben Hill
Just the job! Thanks very much! I used: ln -s libstdc++-3-libc6.1-2-2.10.0.so libstdc++-libc6.1-1.so.2 Cheers, Ben On Tue, 2001-12-18 at 16:48, Fabian Moerchen wrote: > hi > > on my machine > > cd /usr/lib > ln -s libstdc++-2-libc6.1-1-2.9.0.so libstdc++-libc6.1-1.so.2 > > always solved t

Re: Java SDK on Debian

2001-12-18 Thread Fabian Moerchen
hi on my machine cd /usr/lib ln -s libstdc++-2-libc6.1-1-2.9.0.so libstdc++-libc6.1-1.so.2 always solved the problem. bye fabian On Tue, 2001-12-18 at 17:47, Ben Hill wrote: > Hi, > > I have set up the Java 2 Standard Edition SDK in the /usr directory, > and set up the environment variable

Re: Java SDK on Debian

2001-12-18 Thread glynis
On Tue, Dec 18, 2001 at 04:47:50PM +, Ben Hill wrote: > I have set up the Java 2 Standard Edition SDK in the /usr directory, > and set up the environment variables. > If I execute the "java" command though I get the message: > Error: failed /usr/j2sdk1.4.0/jre/lib/i386/client/libjvm.so, because

Java SDK on Debian

2001-12-18 Thread Ben Hill
Hi, I have set up the Java 2 Standard Edition SDK in the /usr directory, and set up the environment variables. If I execute the "java" command though I get the message: Error: failed /usr/j2sdk1.4.0/jre/lib/i386/client/libjvm.so, because libstdc++-libc6.1-1.so.2: cannot open shared object file:

Re: Java SDK on Debian

2001-12-18 Thread glynis
On Tue, Dec 18, 2001 at 04:47:50PM +, Ben Hill wrote: > I have set up the Java 2 Standard Edition SDK in the /usr directory, > and set up the environment variables. > If I execute the "java" command though I get the message: > Error: failed /usr/j2sdk1.4.0/jre/lib/i386/client/libjvm.so, becaus

Java SDK on Debian

2001-12-18 Thread Ben Hill
Hi, I have set up the Java 2 Standard Edition SDK in the /usr directory, and set up the environment variables. If I execute the "java" command though I get the message: Error: failed /usr/j2sdk1.4.0/jre/lib/i386/client/libjvm.so, because libstdc++-libc6.1-1.so.2: cannot open shared object file