Date: Fri, 17 Jan 2003 03:49:15 +1030 From: Greg Lewis <glewis@eyesbeyond.com> To: Danny Braniss <danny@cs.huji.ac.il> Cc: freebsd-java@FreeBSD.ORG Subject: Re: jdk 1.4 Message-ID: <20030117034915.A44102@misty.eyesbeyond.com> In-Reply-To: <E18ZCW6-0004KO-00@cs.huji.ac.il>; from danny@cs.huji.ac.il on Thu, Jan 16, 2003 at 06:05:18PM %2B0200 References: <E18ZCW6-0004KO-00@cs.huji.ac.il>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jan 16, 2003 at 06:05:18PM +0200, Danny Braniss wrote: > hi all, > im trying to install from ports, jdk1.4, im running 4.7-stable > > linux-ibm-jdk14: compiles ok, but hangs when run, only kill -9 works My experience is that everything works ok if your application explicitly exits (with a call to System.exit()). It will hang if the application just expects to fall off the end of whatever main() method is being used. This is almost certainly a problem in Linux emulation. Your choices are that, the HotSpot errors from Sun's JDK, fixing the Linux emulation layer or contributing to the fledgling native port of 1.4. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030117034915.A44102>