From owner-freebsd-java@FreeBSD.ORG Tue Sep 28 14:56:35 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 D7F7316A4CE for ; Tue, 28 Sep 2004 14:56:35 +0000 (GMT) Received: from matrix.gatewaynet.com (matrix.gatewaynet.com [217.19.69.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id D110843D1F for ; Tue, 28 Sep 2004 14:56:34 +0000 (GMT) (envelope-from achill@matrix.gatewaynet.com) Received: from matrix.gatewaynet.com (localhost.localdomain [127.0.0.1]) by matrix.gatewaynet.com (8.12.8/8.12.8) with ESMTP id i8SEBrCC030522; Tue, 28 Sep 2004 17:11:53 +0300 Received: from localhost (achill@localhost)i8SEBrgQ030518; Tue, 28 Sep 2004 17:11:53 +0300 Date: Tue, 28 Sep 2004 17:11:53 +0300 (EEST) From: Achilleus Mantzios To: Frank Staals In-Reply-To: <415974BA.7050100@zonnet.nl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-7 Content-Transfer-Encoding: 8BIT cc: java@freebsd.org Subject: Re: 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:56:36 -0000 O Frank Staals έγραψε στις Sep 28, 2004 : > 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$ Do a # pkg_info | grep -i eclipse it should return something like eclipse-3.0_1 then do # pkg_info -L eclipse-3.0_1 | less it seems that your eclipse was not installed correctly. > > > 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 > > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" > -- -Achilleus