From owner-freebsd-java@FreeBSD.ORG Sun Jun 26 03:17:44 2005 Return-Path: X-Original-To: freebsd-java@freebsd.org 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 97D3416A41C for ; Sun, 26 Jun 2005 03:17:44 +0000 (GMT) (envelope-from info@zousys.com) Received: from daishi.dhservers.net (daishi.dhservers.net [67.15.76.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75DB243D1D for ; Sun, 26 Jun 2005 03:17:44 +0000 (GMT) (envelope-from info@zousys.com) Received: from [70.27.210.240] (helo=[192.168.2.105]) by daishi.dhservers.net with esmtpa (Exim 4.50) id 1DmMj6-00042B-Sh for freebsd-java@freebsd.org; Sat, 25 Jun 2005 21:18:29 -0500 Message-ID: <42BE1E43.9090908@zousys.com> Date: Sat, 25 Jun 2005 23:17:23 -0400 From: Zousys Info User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-java@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - daishi.dhservers.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - zousys.com X-Source: X-Source-Args: X-Source-Dir: Subject: JDK installation X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jun 2005 03:17:44 -0000 After spend couple days in java port study, I start to install it. I try linux-sun-jdk14, after download a chunk of supporting libs I successfully install 1.4. Buy when I try to install linux-sun-jdk15, it throw a error: ===> linux-sun-jdk-1.5.0.04,2 does not run (core dumps: Bad System Call). Please be noted, before I run 'make install', I used cvsup to update my whole ports set and download the jdk-1_5_0_03-linux-i586.bin to my distfiles in /usr/ports Any suggestion? Thanks, Wallace