=== doko_ is now known as doko [14:36] hi [14:36] is debian's java policy applies to ubuntu too? [14:46] akoskm: yes - the divergence between Ubuntu and Debian in terms of Java libraries is minimal; [14:47] akoskm: so by following the debian java policy most work can be fed back to debian (minimising the diff between parent and child distro) [14:54] JamesPage, thank you [14:54] np [15:10] I'm following this link http://wiki.debian.org/Java/Draft what I found on the https://wiki.ubuntu.com/JavaPolicy [15:10] in chapter 2.1 Virtual Machines, 4th paragraph [15:11] If a virtual machine supports native code, it must include the directory /usr/lib/jni in its search path for these dynamic libraries. [15:11] this mean that example the sun-jvm or the openjdk one should include this path by default? [15:11] this means* [16:15] akoskm: I use this documentation : http://www.debian.org/doc/packaging-manuals/java-policy/ [16:15] which says pretty much the same thing. [16:16] yes. I looked it before [16:22] akoskm: I've not used anything with jni integration requirements on ubuntu. [16:23] akoskm: in the past on other distros I've added additional directories to the LD_LIBRARY_PATH variable. [16:31] akoskm: I think that openjdk will look in this location but the sun-jvm does not by default [16:31] akoskm: you can add it by specifying the location as a parameter to java/jre -Djava.library.path=/usr/lib/jni [16:33] akoskm: openjdk had done this since 6b12-0ubuntu6.4 [16:34] akoskm: see https://launchpad.net/ubuntu/+source/openjdk-6/+changelog