In Fedora 16, the JNI binary JAR files for 64 bit have moved from
/usr/lib/java to /usr/lib64/java. CMake doesn't handle this yet. I have
a ticket in to fix it, but until we get it fixed, you can build 64 bit
rpms by:
cd /usr/lib
ln -s /usr/lib64/java
Show replies by date