bad file descriptor with jdk1.2.2

1999-12-03 Thread dmilner
All: Has anyone seen "(myLocalPath)/rt.jar: bad file descriptor" error when using the RC2 version of the jdk? If I use the 1.2 version, I don't have the problem. The permissions of the file are : -rw-r--r-- 1 root root 10814066 Nov 26 14:30 rt.jar I have verified the path to the file,

Re: IDE's

1999-12-03 Thread Paolo Ciccone
On Fri, Dec 03, 1999 at 01:58:40PM -0500, [EMAIL PROTECTED] wrote: > > > On Thu, 2 Dec 1999, Paolo Ciccone wrote: > > > On Thu, Dec 02, 1999 at 02:09:30PM -0500, Joseph Shraibman wrote: > > > Paolo Ciccone wrote: > > > > > > > > > The main problem I had with Jbuiler (enterprise 3 demo for win

Re: Select/poll for java-linux

1999-12-03 Thread Isaac Elias
> Yep, there's some demo code in the Solaris production release. > > http://guiness.cs.uni-dortmund.de/~kreilede/poller/poller.tar.bz2 Is there an officiall place where one could download the Solaris release and keep up to date with the progress? Isaac -

Re: IDE's

1999-12-03 Thread jks
On Thu, 2 Dec 1999, Paolo Ciccone wrote: > On Thu, Dec 02, 1999 at 02:09:30PM -0500, Joseph Shraibman wrote: > > Paolo Ciccone wrote: > > > > > > The main problem I had with Jbuiler (enterprise 3 demo for windows) was that it > > wouldn't let me specify a classpath to use in compiling so I co

Re: RMi deaths

1999-12-03 Thread jbaker
Oh well, problem solved. Thanks for the pointers. I had in my main method: GameKeeperRemoteServer server = new GameKeeperRemoteServer(); Naming.rebind("//localhost:" + port + "/GamekeeperRemoteServer", server); So it appears that after the main method had completed, after a certai