From owner-freebsd-java@FreeBSD.ORG Wed Mar 5 21:20:22 2008 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2E1521065670 for ; Wed, 5 Mar 2008 21:20:22 +0000 (UTC) (envelope-from chuh@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 7EA788FC26 for ; Wed, 5 Mar 2008 21:20:21 +0000 (UTC) (envelope-from chuh@gmx.net) Received: (qmail invoked by alias); 05 Mar 2008 21:20:19 -0000 Received: from dialbs-213-023-031-146.static.arcor-ip.net (EHLO chrisuhr.home.lan) [213.23.31.146] by mail.gmx.net (mp031) with SMTP; 05 Mar 2008 22:20:19 +0100 X-Authenticated: #45772083 X-Provags-ID: V01U2FsdGVkX1/kTMYkzmnkGB7VC1T3pAiA1KVwZ2qA+99iwEpMdB 1ugp2G30pIfCla Message-ID: <47CF0E61.8090208@gmx.net> Date: Wed, 05 Mar 2008 22:19:29 +0100 From: Christian Uhrhan User-Agent: Thunderbird 2.0.0.9 (X11/20080220) MIME-Version: 1.0 CC: freebsd-java@freebsd.org References: <47CDCD63.2080509@gmx.net> <20080305005233.GC87943@osiris.chen.org.nz> In-Reply-To: <20080305005233.GC87943@osiris.chen.org.nz> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Subject: Re: Problems starting java Applications 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: Wed, 05 Mar 2008 21:20:22 -0000 Jonathan Chen schrieb: > On Tue, Mar 04, 2008 at 11:29:55PM +0100, Christian Uhrhan wrote: >> Hi all, >> >> i've installed the package diablo-jdk15 and eclipse via the >> ports. But when i'm trying to start eclipse a MessageBox >> appears with the following message: > > If you had installed the latest ports version, you should have come > across the message that eclipse will only work with the native jdk and > not the diablo-jdk on FreeBSD-7 [1]. Your fix is to use the diablo-jdk to > build a native jdk, and then retry eclipse. > > Cheers. absolutely great, thank you very much, that made it :). chris