From owner-freebsd-java@FreeBSD.ORG Thu Sep 16 10:24:02 2004 Return-Path: <owner-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 8E5DA16A4CE for <freebsd-java@freebsd.org>; Thu, 16 Sep 2004 10:24:02 +0000 (GMT) Received: from www.enhyper.com (mailgate.enhyper.com [62.49.250.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BBE043D49 for <freebsd-java@freebsd.org>; Thu, 16 Sep 2004 10:24:01 +0000 (GMT) (envelope-from iang@iang.org) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by www.enhyper.com (8.11.6/8.11.6) with SMTP id i8GAMv221486; Thu, 16 Sep 2004 11:23:03 +0100 X-Authentication-Warning: www.enhyper.com: localhost.localdomain [127.0.0.1] didn't use HELO protocol Message-ID: <414969A1.6070609@iang.org> Date: Thu, 16 Sep 2004 11:23:29 +0100 From: Ian Grigg <iang@iang.org> User-Agent: Mozilla Thunderbird 0.7.1 (X11/20040707) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Achilleus Mantzios <achill@matrix.gatewaynet.com> References: <Pine.LNX.4.44.0409161146370.2205-100000@matrix.gatewaynet.com> In-Reply-To: <Pine.LNX.4.44.0409161146370.2205-100000@matrix.gatewaynet.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: Alexey Zelkin <phantom@FreeBSD.org.ua> cc: Palle Girgensohn <girgen@pingpong.net> cc: freebsd-java@freebsd.org Subject: Re: WARNING: -server JVM on recent 5.x/6.x X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD <freebsd-java.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-java>, <mailto:freebsd-java-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-java> List-Post: <mailto:freebsd-java@freebsd.org> List-Help: <mailto:freebsd-java-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-java>, <mailto:freebsd-java-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 16 Sep 2004 10:24:02 -0000 Achilleus Mantzios wrote: > Right, > but what about eclipse? > On my gcc 3.4.2 5.3-BETA2, a freshly built jdk1.4.2-p6 > will also fail to run eclipse where no -server issue is involved. Maybe unrelated, but there is a history of eclipse crashing on startup. On my machine [1] the eclipse thread exception [2] was solved by setting JAVA_HOME [3]. iang 1. FreeBSD 4.9 with jdk1.4.2 (p4 thru p6). 2. this is the UnsatisfiedLinkError that Eclipse throws on startup, seaching on the net indicated that a) reinstall all Java, and b) kldload linprocfs. http://lists.freebsd.org/pipermail/freebsd-java/2004-June/002336.html 3. For my luck, those didn't work, but setting JAVA_HOME did.