Date: Sat, 1 Mar 2003 15:36:23 +1030 From: Greg Lewis <glewis@eyesbeyond.com> To: Mike Harding <mvh@ix.netcom.com> Cc: freebsd-java@FreeBSD.ORG Subject: Re: hotspot in ports! woo hoo! Message-ID: <20030301153622.A71179@misty.eyesbeyond.com> In-Reply-To: <20030301030220.9BF4352C5@netcom1.netcom.com>; from mvh@ix.netcom.com on Fri, Feb 28, 2003 at 07:02:20PM -0800 References: <20030301030220.9BF4352C5@netcom1.netcom.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Feb 28, 2003 at 07:02:20PM -0800, Mike Harding wrote: > I just built jdk13 from a fresh ports update, and I can build it with > hotspot! I have been waiting years for this! Thanks to all involved! > > Now, 2 stupid questions - > > 1. Should I run green or native threads w/hotspot - should I run > > -DHOTSPOT or There is no -DHOTSPOT (well, you can do it, but it won't do anything). > -DWITH_NATIVE_THREADS -DWITH_HOTSPOT -DWITH_HOTSPOT implies -DWITH_NATIVE_THREADS, fwiw. > when I do a make install Just do -DWITH_HOTSPOT. > 2. how do I enable 'tomcat' or 'orion' to run with the -server > version of hotspot? I have perused the docs but nothing is > immediately apparent. A number of ways. The easiest way is to place -server at the head of /usr/local/jdk1.3.1/jre/lib/jvm.cfg. -- 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?20030301153622.A71179>