Author: tiagosab-guest Date: 2008-07-26 19:01:16 +0000 (Sat, 26 Jul 2008) New Revision: 6761
Modified: trunk/libjna-java/debian/README.Debian Log: Update README.Debian to warn about java.library.path. Modified: trunk/libjna-java/debian/README.Debian =================================================================== --- trunk/libjna-java/debian/README.Debian 2008-07-26 18:41:39 UTC (rev 6760) +++ trunk/libjna-java/debian/README.Debian 2008-07-26 19:01:16 UTC (rev 6761) @@ -1,12 +1,12 @@ jna for Debian -------------- -This package has been patched to use external libffi and to build only -the library for the current architecture. However, the libffi version -contained in jna's svn repository is itself patched, and the absence -of this patch in debian's libffi causes one of libjna's tests to -fail. The patch to libffi has already been submitted upstream [1]. +According to the current Debian policy for java [1], all jvm should +include /usr/lib/jni in their default library search path. Apparently +this is not the case; if libjnidispatch.so is not found when calling +jna, please add "-Djava.library.path=/usr/lib/jni" to your java +invocation. - -- Tiago Saboga <[EMAIL PROTECTED]>, Sun, 18 May 2008 21:42:56 -0300 + -- Tiago Saboga <[EMAIL PROTECTED]>, Sat, 26 Jul 2008 16:00:07 -0300 -[1] - http://gcc.gnu.org/ml/gcc-patches/2008-01/msg01095.html +[1] - http://www.debian.org/doc/packaging-manuals/java-policy/c36.html#policy-vm \ No newline at end of file _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

