<div dir="ltr"><div>Thank you very much, I've been trying to install from source but it is still not working. I found in the README file what I need to do (I checked my java home, i've already installed jdk and eclipse and I can compile java programs) :<br>
<br>export JAVA_HOME=/usr/lib/jvm/java-1.6.0<br>then <br>./configure --with-java=$JAVA_HOME  <br><br>but I still obtain this error message <br>java  . . . . . . . . no (dependency error)<br><br>When I looked for the dependencies in java plugin webpage, I found this :  <em>Java Native Interface</em> (JNI) / <code>libjvm</code><br>
</div><div><div>ruuning find gave me these two results :<br><br></div><div><div>/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0/jre/lib/i386/server/libjvm.so<br>/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0/jre/lib/i386/client/libjvm.so<br>
</div><div>(they have different sizes) <br>
</div><div><br>but even If I change  the export to the new path, I still have the same error when I run configure.<br><br></div>Am I missing something ?<br><br></div><div>Thanks in advance<br></div></div></div>