From owner-freebsd-questions@FreeBSD.ORG Thu Sep 7 16:30:24 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 36F1216A4DA for ; Thu, 7 Sep 2006 16:30:24 +0000 (UTC) (envelope-from bcook@poklib.org) Received: from c.mx.poklib.org (c.mx.poklib.org [64.72.87.254]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6B5143D45 for ; Thu, 7 Sep 2006 16:30:23 +0000 (GMT) (envelope-from bcook@poklib.org) Received: from [192.168.1.249] (helo=mail.poklib.org) by c.mx.poklib.org with esmtps (TLSv1:AES256-SHA:256) (Exim 4.62; FreeBSD) (envelope-from ) id 1GLMlj-0004Nz-2k ; Thu, 07 Sep 2006 12:30:23 -0400 Received: from [192.168.1.218] by mail.poklib.org with esmtp (Exim 4.60; FreeBSD) (envelope-from ) id 1GLMli-000DJH-LF ; Thu, 07 Sep 2006 12:30:22 -0400 X-Virus-Check: ClamAV 0.88.3/1816 on c.mx.poklib.org; Thu, 07 Sep 2006 12:30:23 -0400 Message-ID: <4500491E.4@poklib.org> Date: Thu, 07 Sep 2006 12:30:22 -0400 From: "B. Cook" Organization: Network Administrator - Adriance Memorial Library User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: Jona Joachim References: <45004350.4050405@poklib.org> <4500480B.7010800@web.de> In-Reply-To: <4500480B.7010800@web.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-RcvHost: [192.168.1.218] X-RcvFor: X-Auth-Id: X-AntiVirus: No Virus Found X-MIME-Character-set: UTF-8 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:30:24 -0000 Jona Joachim wrote: > 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 So if I just wanted a java binary.. I could also just install the java/diablo-jre15 :) (I'm trying that route.. )