RE: Thread.start()

2003-10-24 Thread Igor Pechtchanski
on in thread "main" java.lang.InternalError: Thread.start called but > threads not available. > > I don't know what's this message. > The J2sdk does work well under cygwin ? and Threads ? > I think that's something in the cygwin . > > Can you help me ??

Re: Thread.start()

2003-07-24 Thread Igor Pechtchanski
On Thu, 24 Jul 2003, P.B. Dushkin wrote: > hi igor. > > right. thanks. i have tracked the culprit down > and you are right. > > many thanks for responding. > > cheers, > Peter Peter, I've set the Reply-To: on my previous message (and this one, BTW), please make sure your mailer honors that. It'

Re: Thread.start()

2003-07-23 Thread Igor Pechtchanski
ion in thread "main" java.lang.InternalError: Thread.start called > but threads are not available. > > I have read through the list and it seems that this is a common problem > with gcc but I am using the JDK under Cygwin (and ontop of XP). > > Any help at this point

Thread.start()

2003-07-21 Thread P.B. Dushkin
. When I type "rmiregistry &" I get: java.rmi.RemoteException: failed to export: class gnu.java.rmi.dgc.DGCImpl Exception in thread "main" java.lang.InternalError: Thread.start called but threads are not available. I have read through the list and it seems that this is a

GCJ Thread.start called but threads not available

2003-01-24 Thread Bart Lamot
Hi all, After i compile my java program using gcj in cygwin and execute the output file i get "Thread.start called but threads not available" When I check GCJ it seems it has been build with thread support (see below). I compile using: gcj --main=Test -g0 -o test *java A Test.jav

Re: Thread.start called but threads not available

2002-11-18 Thread Randall R Schulz
000: gcj -o serveur --main=serveur serveur.java The programme gave the following message about threads not available, but gcc seems to be compiled with threads enable. Why ? Thanks for help, [jgrelet]:/s/outils/sources/serveur> ./serveur 10183 Serveur version java 1.1 port UDP : 10183 Excep

Thread.start called but threads not available

2002-11-18 Thread Jacques Grelet
> ./serveur 10183 Serveur version java 1.1 port UDP : 10183 Exception in thread "main" java.lang.InternalError: Thread.start called but threads not available [jgrelet]:/s/outils/sources/serveur> gcc -v Reading specs from /usr/lib/gcc-lib/i686-pc-cygwin/3.2/specs Configured with: /ne