Hello guys, I just installed Inline:Java in my computer, right after I installed the package it worked correctly, I ran the most basic script and it ran perfectly. I turned it off and turn on again and now I can't run anything. I really hope you can help me, I send some information about my current configuration, the error message I get is:
Error occurred during initialization of JVM Unable to load native library: libverify.so: can not open shared object file: No such file or directory after I got this error message I looked for the file and found it at /usr/java/j2sdk1.4.1_01/jre/lib/i386/libverify.so I am running Red Hat 7.2, Perl 5.6.0 build for i386-linux installed from the RPM that comes with the Linux distro with Java 1.4.1_01-B01. Installed Inline:Java with JNI support. I also export this variables in my profile LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/java/j2sdk1.4.1_01/jre/lib/i386/native_threads:/usr/java/j2sdk1.4.1_01/jre/lib/i386/client:/usr/java/j2sdk1.4.1_01/jre/lib/i386 PERL_INLINE_JAVA_JNI=1 The script I'm trying to run is: use Inline Java => <<'END'; class JAxH { public JAxH(String x){ System.out.println("Just Another " + x + " Hacker") ; } } END new JAxH('Inline') ; I really hope you can help me with this small problem Thanks in advance. Claudio.