From owner-freebsd-java@FreeBSD.ORG Thu Sep 14 08:26:59 2006 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 7753016A407 for ; Thu, 14 Sep 2006 08:26:59 +0000 (UTC) (envelope-from alex@kiesel.name) Received: from mxintern.schlund.de (mxintern.kundenserver.de [212.227.126.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 140B843D49 for ; Thu, 14 Sep 2006 08:26:58 +0000 (GMT) (envelope-from alex@kiesel.name) Received: from [172.17.29.6] (helo=lost.i.schlund.de) by mxintern.kundenserver.de with smtp (Exim 4.50) id 1GNmYj-0000CS-Br for freebsd-java@freebsd.org; Thu, 14 Sep 2006 10:26:57 +0200 Received: (qmail 2363 invoked by uid 519); 14 Sep 2006 08:26:57 -0000 From: Alex Kiesel To: freebsd-java@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Thu, 14 Sep 2006 10:26:56 +0200 Message-Id: <1158222416.78511.18.camel@lost.i.schlund.de> Mime-Version: 1.0 X-Mailer: Evolution 2.6.3 FreeBSD GNOME Team Port X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: Eclipse 3.1 and the browser prefs problem 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: Thu, 14 Sep 2006 08:26:59 -0000 Hello all, I have a problem with eclipse as installed with the eclipse port (version 3.1). Whenever I click on the "Web Browser" tab in the Preferences dialog, the JVM exits with the following dialog message: VM terminated. Exit code=1 /usr/local/diablo-jdk1.5.0/bin/java -Xms40m -Xmx256m -jar /usr/local/eclipse/startup.jar -os freebsd -ws gtk -arch x86 -launcher /usr/local/eclipse/eclipse -name Eclipse -showsplash 600 -exitdata 3ce001b -vm /usr/local/diablo-jdk1.5.0/bin/java -vmargs -Xms40m -Xmx256m -jar /usr/local/eclipse/startup.jar On the console, I see the following error message: /libexec/ld-elf.so.1: /usr/home/alex/.eclipse/org.eclipse.platform_3.1.2/configuration/org.eclipse.osgi/bundles/66/1/.cp/libswt-mozilla-gtk-3139.so: Undefined symbol "NS_InitEmbedding" I tried starting eclipse manually with the command given above in the error dialog - then the Preferences dialog works, it then says "Default system web browser" and seems like it would fork the browser when I use the help system (I'd expect it to be inline when working correctly). Does someone know a fix for this? Thanks, -Alex