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,
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
> 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
-
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
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