From owner-freebsd-questions@FreeBSD.ORG Sat May 9 21:44:16 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 57E171065673 for ; Sat, 9 May 2009 21:44:16 +0000 (UTC) (envelope-from 240olofsson@telia.com) Received: from pne-smtpout1-sn1.fre.skanova.net (pne-smtpout1-sn1.fre.skanova.net [81.228.11.98]) by mx1.freebsd.org (Postfix) with ESMTP id 1B7968FC1F for ; Sat, 9 May 2009 21:44:16 +0000 (UTC) (envelope-from 240olofsson@telia.com) Received: from [192.168.1.31] (90.227.65.237) by pne-smtpout1-sn1.fre.skanova.net (7.3.129) (authenticated as u43111868) id 49CCDA07006732A7 for freebsd-questions@freebsd.org; Sat, 9 May 2009 22:34:17 +0200 Message-ID: <4A05E8C2.2010105@telia.com> Date: Sat, 09 May 2009 22:34:10 +0200 From: Roger Olofsson <240olofsson@telia.com> User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: User Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Tips & Trix: Eclipse on 7.1 STABLE and swt-gtk issue X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: raggen@raggens.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 May 2009 21:44:16 -0000 Dear mailing list, I don't know if anyone has noticed or if it's my machine having stale ports but it seems that to make eclipse 3.4.1 working on FreeBSD 7.1 STABLE with diablo-jdk-1.6.0.07.02_4 you need to do the following: Do _not_ make clean until you have made: cp /usr/ports/java/eclipse/work/plugins/org.eclipse.swt.gtk.freebsd.x86/gtk/library/libswt* /usr/local/diablo-jdk1.6.0/jre/lib/i386/client/ It seems like make install builds the swt-gtk:s but that the .jar somehow 'misses' adding them in. /Roger