From owner-freebsd-questions@FreeBSD.ORG Fri Mar 24 15:17:52 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 9199316A400 for ; Fri, 24 Mar 2006 15:17:52 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp01.mrf.mail.rcn.net (smtp01.mrf.mail.rcn.net [207.172.4.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34F1A43D45 for ; Fri, 24 Mar 2006 15:17:52 +0000 (GMT) (envelope-from roberthuff@rcn.com) Received: from 209-6-197-92.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.197.92]) by smtp01.mrf.mail.rcn.net with ESMTP; 24 Mar 2006 10:17:51 -0500 X-IronPort-AV: i="4.03,126,1141621200"; d="scan'208"; a="186574404:sNHT22260718" From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17444.3294.504398.368475@jerusalem.litteratus.org> Date: Fri, 24 Mar 2006 10:14:38 -0500 To: FreeBSD Questions In-Reply-To: <44240A15.1070909@123.com.sv> References: <4422EEED.6080705@123.com.sv> <4423F082.3010004@ccgis.de> <44240A15.1070909@123.com.sv> X-Mailer: VM 7.17 under 21.5 (beta25) "eggplant" XEmacs Lucid Subject: Re: which jdk? 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: Fri, 24 Mar 2006 15:17:52 -0000 Miguel writes: > I tried /usr/ports/java/jdk14 but it tries to install the linux > binary !!!! 1) You need a working Java to build a working Java. 2) Due to restrictions from Sun, there is no FreeBSD native JDK _package_. 3) So, to build the 1.4 (or 1.5) _port_, we install the Linux 1.4 package and use it to compile the code. Once the native port has built successfully, you can delete the Linux port. Robert Huff