From owner-freebsd-questions@FreeBSD.ORG Mon Jun 13 03:01:39 2005 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 5FBF916A41C for ; Mon, 13 Jun 2005 03:01:39 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC73E43D55 for ; Mon, 13 Jun 2005 03:01:38 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id E287C5DD8; Sun, 12 Jun 2005 23:01:37 -0400 (EDT) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 81016-08; Sun, 12 Jun 2005 23:01:36 -0400 (EDT) Received: from [192.168.1.3] (pool-68-161-69-6.ny325.east.verizon.net [68.161.69.6]) by pi.codefab.com (Postfix) with ESMTP id D2AE45DBB; Sun, 12 Jun 2005 23:01:35 -0400 (EDT) Message-ID: <42ACF712.6010002@mac.com> Date: Sun, 12 Jun 2005 23:01:38 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Zousys Info References: <42ACF436.9020109@zousys.com> In-Reply-To: <42ACF436.9020109@zousys.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com Cc: freebsd-questions@freebsd.org Subject: Re: JDK Installation 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: Mon, 13 Jun 2005 03:01:39 -0000 Zousys Info wrote: [ ... ] > Extracting... > ELF binary type "0" not known. > ./install.sfx.5728: 1: Syntax error: "(" unexpected > cd: can't cd to jdk1.5.0_03 > > *Anyone can help me to install JDK, I have tried different version of > JDK on different machine, similiar error, Please give me advise. I will > be very very appreciated. You need to enable Linux emulation and mount /procfs before you can use that binary image you've gotten. However, you can also use it to build a native Java for FreeBSD. Look at /usr/ports/java/jdk15 for more info, more links at: WWW: http://www.freebsd.org/java/ http://www.eyesbeyond.com/freebsddom/java/index.html http://www.sun.com/software/communitysource/java2/ -- -Chuck