From owner-freebsd-java@FreeBSD.ORG Thu Dec 23 11:31:56 2004 Return-Path: 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 3336216A4CE for ; Thu, 23 Dec 2004 11:31:56 +0000 (GMT) Received: from deliver-1.mx.triera.net (deliver-1.mx.triera.net [213.161.0.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F05743D54 for ; Thu, 23 Dec 2004 11:31:53 +0000 (GMT) (envelope-from andy@triera.net) Received: from localhost (in-3.mx.triera.net [213.161.0.27]) by deliver-1.mx.triera.net (Postfix) with ESMTP id 767C4C00B for ; Thu, 23 Dec 2004 12:31:43 +0100 (CET) Received: from smtp.triera.net (smtp.triera.net [213.161.0.30]) by in-3.mx.triera.net (Postfix) with SMTP id 5A25D1BC08C for ; Thu, 23 Dec 2004 12:31:46 +0100 (CET) Received: from webmail.triera.net (scandal.triera.net [213.161.0.40]) by smtp.triera.net (Postfix) with SMTP id 9DC301A18A7 for ; Thu, 23 Dec 2004 12:31:46 +0100 (CET) MIME-Version: 1.0 X-Mailer: Triera Internet Webmail Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-ID: In-Reply-To: <41C9E053.1030405@homeboyz.org> References: <41C9E053.1030405@homeboyz.org> Date: Thu, 23 Dec 2004 12:31:54 +0100 From: "Andy Rozman (Aleksander)" To: freebsd-java@freebsd.org X-Originating-IP: [212.18.50.194] X-Virus-Scanned: Triera AV Service Subject: Re: java for 5.3 please X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: andy@triera.net List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Dec 2004 11:31:56 -0000 Thomas Duffey wrote: > Hi Jeff, > > Jeff Mohney wrote: > > >I do not have linux emulation nor am I skilled enough to emulate > >linux, install linux jvm/jdk, build natively, and then remove linux > >emulation from my OS. > > > > > What happens when you do this? > > # cd /usr/ports/java/jdk14 > # make > ...follow instructions... > # make install > > That's all I did on my latest 5.3 machine and although it took a while > and required downloading some files by hand, everything worked fine in > the end. > > Good Luck, > > Tom Duffey Hi ! Jeff tried to get "official release" which is still 1.3. You must build your own version, like Tom told you. Problem is that each jdk must be certified with Sun, and until JDK is in such working order that Sun will certify it, you must build your own. When JDK is certified we can release it as binaries (like in all other systems)... So good luck, if yous till have problems contact me offlist, and we will see how we can help you... Andy >