JavaSpaces

1999-10-26 Thread GC-Braswell, Peter
Any good links out there dealing with JavaSpaces and or JINI? Cheers, peter -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Sun Documentation

1999-10-19 Thread GC-Braswell, Peter
This is a really goofy question. Has anybody out there downloaded and installed correctly the Sun documentation for Java2? What flavor (Solaris or Win) have you downloaded and what install procedure have you followed? I've tried to download the Solaris variant. I "untar" and things look okay

RE: package problem

1999-09-12 Thread GC-Braswell, Peter
The Java VM is expecting to find the Foo class in a subdirectory call foobar. To solve this problem go to the directory ../foobar and try "java foobar.Foo" . This is essentially telling the JVM that you wish to run the class file "Foo" in package "foobar". Happy hacking, peter -O

RE: Any EJB Server for Linux?

1999-01-16 Thread GC-Braswell, Peter
WLS is an excellent product incidentally (no connection with BEA). Also you may want to look at an open source offering called EJBoss. I haven't done anything but read about it and I'm curious. If you happen to dabble with it, perhaps you can report you findings to the group. Cheers, peter