From owner-freebsd-questions@FreeBSD.ORG Thu Sep 7 16:25:51 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3D7D16A4DE for ; Thu, 7 Sep 2006 16:25:51 +0000 (UTC) (envelope-from jaj13@web.de) Received: from fmmailgate03.web.de (fmmailgate03.web.de [217.72.192.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BFE943D5C for ; Thu, 7 Sep 2006 16:25:50 +0000 (GMT) (envelope-from jaj13@web.de) Received: from smtp05.web.de (fmsmtp05.dlan.cinetic.de [172.20.4.166]) by fmmailgate03.web.de (Postfix) with ESMTP id 61D9A1CD7417; Thu, 7 Sep 2006 18:25:49 +0200 (CEST) Received: from [83.99.26.81] (helo=[10.0.0.11]) by smtp05.web.de with esmtp (WEB.DE 4.107 #114) id 1GLMhH-0002lZ-00; Thu, 07 Sep 2006 18:25:47 +0200 Message-ID: <4500480B.7010800@web.de> Date: Thu, 07 Sep 2006 18:25:47 +0200 From: Jona Joachim User-Agent: Thunderbird 1.5.0.5 (X11/20060730) MIME-Version: 1.0 To: "B. Cook" References: <45004350.4050405@poklib.org> In-Reply-To: <45004350.4050405@poklib.org> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: jaj13@web.de X-Sender: jaj13@web.de Cc: freebsd-questions@freebsd.org Subject: Re: ports/java/jdk15 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 16:25:51 -0000 B. Cook wrote: > Hello All, > > Trying to build java 1.5.0 and it looks like it's needs linux java > 1.4.2? is this right? > > ===> linux-sun-jdk-1.4.2.12 You must manually fetch the J2SE SDK > self-extracting file for the Linux platform > (j2sdk-1_4_2_12-linux-i586.bin) from > http://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=22&PartDetailId=j2sdk-1.4.2_12-oth-JPR&SiteId=JSC&TransactionId=noreg, > place it in /usr/ports/distfiles and then run make again. > *** Error code 1 > > Stop in /usr/ports/java/linux-sun-jdk14. > *** Error code 1 > > Stop in /usr/ports/java/jdk15. Yes, that's right. jdk14 is needed to compile jdk15, welcome to the world of Java ;) Because of license issues you have to fetch the linux jdk14 binary as well as some distfiles required by jdk15 manually as indicated above. However you don't have to build jdk15 as there is an official FreeBSD binary available! See: http://docs.freebsd.org/cgi/mid.cgi?44343C8E.2050707 Just install java/diablo-jdk15 and it will install the binary --jona