This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
java.lang.Thread.start() doesn't work?
- From: Andrew Haley <aph at cambridge dot redhat dot com>
- To: Lars Andersen <lars at rimfaxe dot com>
- Cc: java <java at gcc dot gnu dot org>
- Date: Fri, 19 Apr 2002 15:33:52 +0100 (BST)
- Subject: java.lang.Thread.start() doesn't work?
- References: <3CC027C2.2000704@rimfaxe.com>
Lars Andersen writes:
> I'm running on the latest cvs-checkout on x86 linux. (one day old)
I guess you didn't configure with --enable-threads=posix, ergo no
threads.
Andrew.