Re: installation of jdk 1.5 in linux 9.0

2007-07-06 Thread Kent West
Souvik Chakravarty wrote: i am absolutely new to linux..so can any one tell me the procedure to install jdk 1.5 in linuxspecially the path I typically download it from java.com, and then extract it to /usr/local, and then symlink to any needed executables to /usr/local/bin. I also

Re: installation of jdk 1.5 in linux 9.0

2007-07-06 Thread Kushal Kumaran
On Sat, Jul 07, 2007 at 12:25:31AM +0530, Souvik Chakravarty wrote: i am absolutely new to linux..so can any one tell me the procedure to install jdk 1.5 in linuxspecially the path You can add the non-free repository to your /etc/apt/sources.list and then run: aptitude update aptitude

Re: installation of jdk 1.5 in linux 9.0

2007-07-06 Thread Wayne Topa
Souvik Chakravarty([EMAIL PROTECTED]) is reported to have said: i am absolutely new to linux..so can any one tell me the procedure to install jdk 1.5 in linuxspecially the path I don't know what version you are using ;-( so do, on whatever version you are running. aptitude or apt-cache

Re: installation of jdk 1.5 in linux 9.0

2007-07-06 Thread Douglas Allan Tutty
On Sat, Jul 07, 2007 at 12:25:31AM +0530, Souvik Chakravarty wrote: i am absolutely new to linux..so can any one tell me the procedure to install jdk 1.5 in linuxspecially the path The only 'jdk' I see in aptitude is 'sun-java5-jdk', version 1.5.0-10-3. Use your package manager (I use

Re: Installation of JDK

2002-03-22 Thread Colin Watson
On Thu, Mar 21, 2002 at 09:51:22PM -0500, timothy bauscher wrote: as root: cd /usr/lib/ ls libstdc++* | grep so For me this brings up: libstdc++-3-libc6.1-2-2.10.0.so libstdc++-3-libc6.2-2-2.10.0.so libstdc++-libc6.1-1.so.2 libstdc++-libc6.2-2.so.3 libstdc++.so.3 libstdc++.so.3.0.2

Re: Installation of JDK

2002-03-22 Thread timothy bauscher
as root: cd /usr/lib/ ls libstdc++* | grep so For me this brings up: libstdc++-3-libc6.1-2-2.10.0.so libstdc++-3-libc6.2-2-2.10.0.so libstdc++-libc6.1-1.so.2 libstdc++-libc6.2-2.so.3 libstdc++.so.3 libstdc++.so.3.0.2 I had the same problem, so i linked

Re: Installation of JDK

2002-03-22 Thread Colin Watson
On Fri, Mar 22, 2002 at 02:57:08PM -0500, timothy bauscher wrote: I had the same problem, so i linked libstdc++-libc6.1-1.so.2 - libstdc++-libc6.2-2.so.3 While this may happen to work most of the time, it isn't reliable. I recommend not doing this when you can find the real library

Re: Installation of JDK

2002-03-22 Thread timothy bauscher
This is probably a stupid question, but shouldn't libraries be built with backwards compatibility in mind? The world isn't perfect, and sometimes mistakes were made and need to be corrected. When the soname (the bit at the end of the library filename) is changed,

Re: Installation of JDK

2002-03-21 Thread Angus D Madden
Lawrence, Gareth, Fri, Mar 22, 2002 at 01:25:28PM +1200: Greetings All, having major troubles installing JDK on Debian - any suggestions would be appreciated. The error message I get is Error: failed /usr/java/j2sdk1.4.0/jre/lib/i386/client/libjvm.so, because

Re: Installation of JDK

2002-03-21 Thread Colin Watson
On Fri, Mar 22, 2002 at 01:25:28PM +1200, Lawrence, Gareth wrote: Error: failed /usr/java/j2sdk1.4.0/jre/lib/i386/client/libjvm.so, because libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or directory See http://packages.debian.org/, under Search the contents of

Re: Installation of JDK

2002-03-21 Thread timothy bauscher
The error message I get is Error: failed /usr/java/j2sdk1.4.0/jre/lib/i386/client/libjvm.so, because libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or directory as root: cd /usr/lib/ ls libstdc++* | grep so For me this brings up: libstdc++-3-libc6.1-2-2.10.0.so

RE: Installation of JDK

2002-03-21 Thread Lawrence, Gareth
This worked great thanks and also a big thanks to you Timothy for your post :-) Awesome, G. -Original Message- From: Angus D Madden [mailto:[EMAIL PROTECTED] Sent: Friday, 22 March 2002 2:20 p.m. To: debian-user@lists.debian.org Subject: Re: Installation of JDK Lawrence, Gareth, Fri