Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Sep 2004 17:11:53 +0300 (EEST)
From:      Achilleus Mantzios <achill@matrix.gatewaynet.com>
To:        Frank Staals <f.staals@zonnet.nl>
Cc:        java@freebsd.org
Subject:   Re: Eclipse on FreeBSD 5.3 
Message-ID:  <Pine.LNX.4.44.0409281648160.30263-100000@matrix.gatewaynet.com>
In-Reply-To: <415974BA.7050100@zonnet.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.44.0409281648160.30263-100000>