From owner-freebsd-java@FreeBSD.ORG Sat Aug 7 21:46:53 2004 Return-Path: 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 B870916A4CE for ; Sat, 7 Aug 2004 21:46:53 +0000 (GMT) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id A43CA43D3F for ; Sat, 7 Aug 2004 21:46:53 +0000 (GMT) (envelope-from booleanman@mac.com) Received: from mac.com (smtpin07-en2 [10.13.10.152]) by smtpout.mac.com (8.12.6/MantshX 2.0) with ESMTP id i77LkrtG017251 for ; Sat, 7 Aug 2004 14:46:53 -0700 (PDT) Received: from mac.com (ool-43503fcd.dyn.optonline.net [67.80.63.205]) (authenticated bits=0) by mac.com (Xserve/smtpin07/MantshX 4.0) with ESMTP id i77LkpQ4011837 for ; Sat, 7 Aug 2004 14:46:52 -0700 (PDT) Message-ID: <41154CF2.7020706@mac.com> Date: Sat, 07 Aug 2004 17:43:14 -0400 From: Fred McCann User-Agent: Mozilla Thunderbird 0.5 (X11/20040805) 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 Subject: Eclipse 3.0 + Native JDK 1.4 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Aug 2004 21:46:53 -0000 Thanks everyone for the help building jdk 1.4. I've got Eclipse 3.0 built but it's throwing this error on startup then crashes: !SESSION Aug 07, 2004 17:32:49.61 ---------------------------------------------- eclipse.buildId=200406251208 java.version=1.4.2-p6 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=freebsd, ARCH=x86, WS=gtk, NL=en !ENTRY org.eclipse.osgi Aug 07, 2004 17:32:49.63 !MESSAGE Startup error !STACK 1 java.lang.IllegalStateException: Bundle initial@reference:file:/usr/local/eclipse/plugins/org.eclipse.core.runtime_3.0.0/ was not resolved. at org.eclipse.core.runtime.adaptor.EclipseStarter.startBundles(EclipseStarter.java:824) at org.eclipse.core.runtime.adaptor.EclipseStarter.loadBasicBundles(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:222) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:127) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:183) at org.eclipse.core.launcher.Main.run(Main.java:644) at org.eclipse.core.launcher.Main.main(Main.java:628) !ENTRY org.eclipse.osgi Aug 07, 2004 17:32:49.80 !MESSAGE Bundle initial@reference:file:/usr/local/eclipse/plugins/org.eclipse.core.runtime_3.0.0/ [1] was not resolved. !ENTRY org.eclipse.osgi Aug 07, 2004 17:32:49.82 !MESSAGE Bundle initial@reference:file:/usr/local/eclipse/plugins/org.eclipse.update.configurator_3.0.0/ [2] was not resolved. . . . . . And it goes on like that for quite some time. Has anyone else run into this one? I can't find anything in the list archive. Thanks - Fred McCann