Hi all,
im stuck, using fedora 8 (was working in fedora 7 x86_64, excluding AI which caused some serious hangs on my machine), but i've switched to 32bit fedora8 (for other reasons), and i cant get spring to find java:
Checking for Java... not found
Guessing Java include path... /usr/include/java
...
and ultimately
...
Checking for C++ header file jni.h... no
Could not find one of these headers: ['jni.h']
No matter what i do, i end up with that and its getting a little frustrating. What does the configure script try and do to find java? or what do i have to tell it to make it find java?
Java Frustrations.
Moderator: Moderators
[xxx@radon tools]$ rpm -q -i jdkAF wrote:Java runtime != Java development kit
The scons script comment is somewhat misleading there.
You need the jdk not the jre to compile the unitsync java API.
Name : jdk Relocations: /usr/java
Version : 1.6.0_03 Vendor: Sun Microsystems, Inc.
Release : fcs Build Date: Tue 25 Sep 2007 05:46:56 PM EST
[xxx@radon tools]$ find /usr/java -name jni.h
/usr/java/jdk1.6.0_03/include/jni.h
yes, its a jdk
