Re: Who is right?

2000-09-08 Thread Larry Sanderson
Hello all, > I say syntactically because this is the strict translation of your code. > A good compiler could optimize away this difference. The compilers have > special handling of String object in a few places anyway. Be careful here - the java language requires two identical string constants

Re: Data Storage and Retreival for Java Program

2000-08-08 Thread Larry Sanderson
You could try a pure Java DB, with a File-System Driver (Cloudscape comes to mind). It does not require any DB to be started (i.e. no network), and the JDBC drivers are type 4 (pure java). -Larry Ben Pharr wrote: > > I would like to find a good way to store data for a Java program I'm > writ

Re: J2SEE 1.3 for Linux!

2000-06-11 Thread Larry Sanderson
See below... > I have to say, I'm impressed with he power of the rumour > mill. Microsoft didn't buy out Transvirtual, they merely payed for the > development of some elements of the KaffeVM which made it compatible > with their own proprietary extensions. Despite the evil that MS > represents I

Re: j2ee on linux ... any hope?

2000-01-19 Thread Larry Sanderson
Yup. First, download and install the J2EE port for Solaris. It's almost all Java - there is only ony native library, called libioser12.so The attached version has been compiled for Linux, x86. If you would like to compile it for another platform, downoad the source from www.sun.com/communityso

Re: j2ee on linux ... any hope?

2000-01-19 Thread Larry Sanderson
"John N. Alegre" wrote: Yup. First, download and install the J2EE port for Solaris. It's almost all Java - there is only ony native library, called libioser12.so The attached version has been compiled for Linux, x86. If you would like to compile it for another platform, downoad the source fro

Re: Does RMI work in jdk1.1.5v7/Red Hat 5.0?

1998-05-18 Thread sanderson
I have the same configuration. I had to put the host name in the hosts file for it to work. What appears to be happening is the server is unable to back-resolve the IP address to the name without the entry. Now, once I got it registering, I was still unable to place RMI calls. I'm still worki