From owner-freebsd-java@FreeBSD.ORG Tue Sep 28 14:27:43 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 D6E1F16A4CE for ; Tue, 28 Sep 2004 14:27:43 +0000 (GMT) Received: from postbode02.zonnet.nl (postbode02.zonnet.nl [62.58.50.89]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2571843D1D for ; Tue, 28 Sep 2004 14:27:43 +0000 (GMT) (envelope-from f.staals@zonnet.nl) Received: (qmail 25236 invoked by uid 10); 28 Sep 2004 14:27:41 -0000 Received: (vexira-qq 25228-454FE4CC invoked from network) 28 Sep 2004 16:27:41 +0200 Received: from unknown (HELO zonnet.nl) ([62.59.173.176]) (envelope-sender ) by postbode02.zonnet.nl (qmail-ldap-1.03) with SMTP for < >; 28 Sep 2004 14:27:41 -0000 Message-ID: <415974BA.7050100@zonnet.nl> Date: Tue, 28 Sep 2004 16:27:06 +0200 From: Frank Staals User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031208 Thunderbird/0.3 X-Accept-Language: en-us, en MIME-Version: 1.0 To: java@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AntiVirus: checked by Vexira MailArmor (version: 2.0.1.16; VAE: 6.27.0.12; VDF: 6.27.0.77; host: postbode02.zonnet.nl) Subject: Eclipse on FreeBSD 5.3 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: Tue, 28 Sep 2004 14:27:44 -0000 hey, I also have a question about Eclipse. I installed the port on my Laptop with FreeBSD 5.3 BETA 5. Therefor I had to copy two files since they weren't found. Now I installed succesfully, but when I run it, it gives this error: -bash-2.05b$ eclipse Error: ECLIPSE_HOME is not defined correctly: /usr/local/eclipse/ Unable to find eclipse launcher binary -bash-2.05b$ This is what is in /usr/local/eclipse/ : -bash-2.05b$ ls -la total 6 drwxr-xr-x 3 root wheel 512 Sep 24 21:08 . drwxr-xr-x 16 root wheel 512 Sep 24 21:08 .. drwxr-xr-x 48 root wheel 2048 Sep 24 21:31 plugins -bash-2.05b$ So my question is, where is that launcher binary, I checked if I could find something with locate, but it gives me way too much things. Hopefully someone can help me Thanks in advance Frank Staals