From owner-freebsd-java@FreeBSD.ORG Thu Apr 22 10:42:56 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 CE04416A4D1 for ; Thu, 22 Apr 2004 10:42:56 -0700 (PDT) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C44E43D31 for ; Thu, 22 Apr 2004 10:42:56 -0700 (PDT) (envelope-from squirk@ieee.org) Received: from biggayal (bgp487673bgs.summit01.nj.comcast.net[68.37.187.37]) by comcast.net (sccrmhc11) with SMTP id <2004042217425501100pa50oe>; Thu, 22 Apr 2004 17:42:56 +0000 Date: Thu, 22 Apr 2004 13:42:55 -0400 (EDT) From: Steve Quirk X-X-Sender: squirk@biggayal.summit01.nj.comcast.net To: java@freebsd.org In-Reply-To: <20040422180135.H977@pc.dieringer.dyndns.org> Message-ID: <20040422133121.G27445@biggayal.summit01.nj.comcast.net> References: <200404221331.13341.jicken@web.de> <20040422122130.GA72199@anyware12.anyware> <20040422180135.H977@pc.dieringer.dyndns.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: new port: eclipse3 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: Thu, 22 Apr 2004 17:42:56 -0000 On Thu, 22 Apr 2004, Martin Dieringer wrote: > just 2 things: > > > work/Makefile: add following somewhere at the top > ECLIPSE_OS= freebsd > ECLIPSE_WS= gtk > ECLIPSE_ARCH= x86 > > > work/plugins/org.eclipse.swt/Eclipse_SWT/make_gtk.mak line 88: add > -I$(JAVA_HOME)/include/freebsd \ > > > one problem I see: it installs both /usr/local/eclipse > and /usr/local/eclipse3 > > you have to change the path to /usr/local/eclipse > in /usr/local/bin/eclipse > > then it runs at least. I cannot tell anything about completeness. I got the passed the include issue, but when I try to run it, I get a NullPointerException: !SESSION Apr 22, 2004 12:18:21.418 --------------------------------------------- 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 Apr 22, 2004 12:18:21.420 !MESSAGE Application error !STACK 1 java.lang.NullPointerException at org.eclipse.jface.action.StatusLine.handleDispose(StatusLine.java:314) at org.eclipse.jface.action.StatusLine$1.widgetDisposed(StatusLine.java:197) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:100) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:939) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:963) .... has anyone got past this? What's the typical debug route for eclipse? Run under jdb? - steve > > > btw. you should add a separate directory like work/eclipse to > extract everything. looks better > > hth > m. > > On Thu, 22 Apr 2004, Torben Jaeger wrote: > > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > > > > download tar.bz2 @ > > > > http://jicken.privat.t-online.de/eclipse3-port.tbz > > > > thx > > > > t