From owner-freebsd-java Thu Aug 15 3:15:41 2002 Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83EA137B400 for ; Thu, 15 Aug 2002 03:15:39 -0700 (PDT) Received: from columbus.cris.net (columbus.cris.net [212.110.128.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77E8643E4A for ; Thu, 15 Aug 2002 03:15:33 -0700 (PDT) (envelope-from ml@phantom.cris.net) Received: from phantom.cris.net (root@phantom.cris.net [212.110.130.74]) by columbus.cris.net (8.9.3/8.9.3) with ESMTP id NAA02762; Thu, 15 Aug 2002 13:15:17 +0300 (EEST) Received: (from ml@localhost) by phantom.cris.net (8.12.2/8.12.2) id g7FAK3Zw030850; Thu, 15 Aug 2002 13:20:03 +0300 (EEST) (envelope-from ml) Date: Thu, 15 Aug 2002 13:20:03 +0300 From: Alexey Zelkin To: Greg Lewis Cc: "Kevin A. Pieckiel" , freebsd-java@FreeBSD.ORG Subject: Re: Status update Message-ID: <20020815132003.A30772@phantom.cris.net> References: <20020814183831.GB64126@pacer.dmz.smartrafficenter.org> <20020815135951.A79892@misty.eyesbeyond.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020815135951.A79892@misty.eyesbeyond.com>; from glewis@eyesbeyond.com on Thu, Aug 15, 2002 at 01:59:51PM +0930 X-Operating-System: FreeBSD 4.5-STABLE i386 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org hi, Yep. jdk 1.4 is almost self-buildable now (except one case, but having it native-bootstraped gave me optimizim that it will be fixed soon). Main problem now is to get working (at least basicly) awt based apps and check out functionality of application that utilizies java threads. BTW, it would be nice if someone will send me few examples of standalone java applications that heavily utilize java threads (no gui please :-)) On Thu, Aug 15, 2002 at 01:59:51PM +0930, Greg Lewis wrote: > > I've checked out http://www.freebsd.org/java and did some searching > > in some other places. Where can I get a status update on the port > > of jdk1.4 to FreeBSD? There are some functions 1.4 provides that 1.3.1 > > doesn't, and thus far I only see docs in the ports tree and no patch > > sets for higher than 1.3.x. > > Alexey Zelkin has been working very hard on this. Currently I'm trying > to merge in some 1.3 changes with his work. Looks promising: > > > ./j2sdk-image/bin/java -version > java version "1.4.0-internal" > Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-internal-glewis_13_aug_2002_15_29) > Java HotSpot(TM) Client VM (build 1.4.0-internal-glewis_13_aug_2002_15_29, mixed mode) > > ./j2sdk-image/bin/javac HelloWorld.java > > ./j2sdk-image/bin/java -classpath . HelloWorld > Hello, world. > > Its actually further along than that demonstrates (Alexey got the JDK > bootstrapping itself just the other night :). > > Its not quite ready for a patchset, but its getting there. The down side > is that it appears to take a lot longer to compile than 1.3 (my guess is > around double the time). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message