jdk1.2.2 on Slackware?

2000-01-10 Thread Pedro Guimaraes
java: java was not found in /bin/i386/native_threads/java I am currently running jdk1.7 which works fine! Thanks. /-----\ | Pedro Guimaraes -- [EMAIL PROTECTED] | \-|-|--

Re: jdk1.2.2 on Slackware?

2000-01-11 Thread Pedro Guimaraes
> JDK 1.2.2 requires glibc 2.1.2 which AFAIK translates to > libc 6.1.2 and _not_ libc 5. Hope this helps :-) Thanks for making it clear. Does anyone here happen to know if I can have libc5 and glibc installed on the same box? Thanks again!

glibc

2000-01-14 Thread Pedro Guimaraes
Ok... I found out from this list that jdk1.2.2 needs glibc-2.1.* So I installed glibc-2.1.1 but when I do java it instead tries to load /lib/libc.so.5 instead of /lib/libc.so.6 which is linked to glibc-2.1.* Any way to make this work? :) Thanks -Pedro

JDK1.2.2 lib problem

2000-01-16 Thread Pedro Guimaraes
it made no difference ! Any help is appreciated! Thanks! /-\ | Pedro Guimaraes -- [EMAIL PROTECTED] | \-|-|-/

Re: Java web server

2000-01-19 Thread Pedro Guimaraes
> Does anyone know of a Java web server for Linux?? > Is there only the apache module. or is there actually a java web server > from sun that has been ported to linux. > Thanks No... I know of a Java web server for java. There are many! If you want a pure java web server and free, try jo! (http:/

Re: glibc

2000-01-19 Thread Pedro Guimaraes
> I also did a build (glibc-2.1.2) but I can't change the > /lib/ld-linux.so.2 link because of others using it. Anyone > know how to get java to use the new library without > changing that link? The glibc2-HOWTO explains how you can have libc5 and glibc2 installed and both working. Read it *care