I'm trying to build eclipse from source on a new faster desktop I have
at home. I installed F13-Beta and I get to this point... any ideas?
build.nativeLibraries:
[exec] Please set JAVA_HOME to point at a JRE.
[exec] libgnomeui-2.0 found, compiling SWT program support using GNOME
[ex
Hi,
* Chris Aniszczyk [2010-04-21 16:51]:
> [exec] swt.h:23:17: error: jni.h: No such file or directory
export JAVA_HOME=/usr/lib/jvm/java (or wherever)
before the build.
Andrew
___
linuxtools-dev mailing list
linuxtools-dev@eclipse.org
https://
Chris Aniszczyk wrote:
> I'm trying to build eclipse from source on a new faster desktop I have
> at home. I installed F13-Beta and I get to this point... any ideas?
>
> build.nativeLibraries:
This is your problem:
> [exec] Please set JAVA_HOME to point at a JRE.
> [exec] libgnomeui-
On Wed, Apr 21, 2010 at 3:53 PM, Andrew Overholt wrote:
> Hi,
>
> * Chris Aniszczyk [2010-04-21 16:51]:
>> [exec] swt.h:23:17: error: jni.h: No such file or directory
>
> export JAVA_HOME=/usr/lib/jvm/java (or wherever)
Thanks, that took care of it. I updated the wiki with the info also.
-