RES: Problem on Red-Hat 6.0

1999-10-04 Thread Claudio
You have to install the jdk117_v3, because the v1a is not compatible whith the glibc2.0, and the v3a is good for glibc2.1, I have the same conf. Claudio - Mensagem original - De: Eduardo Guzmán De los Riscos [SMTP:[EMAIL PROTECTED]] Enviada em: Se

Problem on Red-Hat 6.0

1999-10-04 Thread Eduardo Guzmán De los Riscos
Hi! I'm trying to install jdk 1.1.7 under RedHat 6.0 (glibc). The package is called jdk-1.1.7.1a-2glibc.i386.rpm. But when I get the following message: /usr/local/jdk1.1.7/bin/i686/green_threads/java_ns: error in loading shared libraries: /usr/local/jdk1.1.7/lib/i686/green_threads/libj

Re: JDBC problem!

1999-10-04 Thread Peter Mount
On Wed, 29 Sep 1999, [EMAIL PROTECTED] wrote: > Try converting the int into a string. > E.g. > > int pid1; > > pid1=din.readInt(); > > String pid1; > pid1 = Integer.toString(din.readInt()); > > > > I didn't test it, but this seems like the prob

Re: How big a server is required to deploy JServ?

1999-10-04 Thread Justin Lawler
just as a by the way, does anybody know of a good mysql mailing group. I dont have access to news and using Deja is a pain cause we have quite slow internet access. thanks, Justin. Ryan Mitchell wrote: > > It only uses table based locking and it treats updates with a higher > > priority than r

Re: web server

1999-10-04 Thread Sebastian-Anton Ponovescu
Hi, Yes you can. The only thing you need is to have a loopback device installed (this is software only) and to write in your browser either: http://localhost/ or http://127.0.0.1/ Before anything else try: ping localhost. If this works everything should! Bye, Sebastian.

Re: "proper" place for the .so native libraries

1999-10-04 Thread Ted Neward
Does "had good luck" mean without having to modify LD_LIBRARY_PATH? Or /etc/ld.so.conf? Ted Neward Patterns/C++/Java/CORBA/EJB/COM-DCOM spoken here http://www.javageeks.com/~tneward "I don't even speak for myself; my wife won't let me." --Me -Original Message- From: dave madden <[EMAIL