OpenJDK 64-Bit Server VM warning: You have loaded library /tmp/SevenZipJBinding-6OrbBDKGBkCL/lib7-Zip-JBinding.so which might have disabled stack guard. The VM will try to fix the stack guard now. It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'. net.sf.sevenzipjbinding.SevenZipNativeInitializationException: 7-Zip-JBinding initialization failed: Error loading native library: '/tmp/SevenZipJBinding-6OrbBDKGBkCL/lib7-Zip-JBinding.so' at net.sf.sevenzipjbinding.SevenZip.loadNativeLibraries(SevenZip.java:650) at net.sf.sevenzipjbinding.SevenZip.initSevenZipFromPlatformJARIntern(SevenZip.java:456) at net.sf.sevenzipjbinding.SevenZip.initSevenZipFromPlatformJAR(SevenZip.java:340) at SevenZipJBindingInitCheck.main(SevenZipJBindingInitCheck.java:7) Caused by: java.lang.UnsatisfiedLinkError: /tmp/SevenZipJBinding-6OrbBDKGBkCL/lib7-Zip-JBinding.so: /tmp/SevenZipJBinding-6OrbBDKGBkCL/lib7-Zip-JBinding.so: wrong ELF class: ELFCLASS32 (Possible cause: architecture word width mismatch) at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1946) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1828) at java.lang.Runtime.load0(Runtime.java:810) at java.lang.System.load(System.java:1088) at net.sf.sevenzipjbinding.SevenZip.loadNativeLibraries(SevenZip.java:648)
OpenJDK 64-Bit Server VM warning: You have loaded library /tmp/SevenZipJBinding-6OrbBDKGBkCL/lib7-Zip-JBinding.so which might have disabled stack guard. The VM will try to fix the stack guard now. It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'. Error occurs: java.lang.RuntimeException: SevenZipJBinding couldn't be initialized automaticly using initialization from platform depended JAR and the default temporary directory. Please, make sure the correct 'sevenzipjbinding-<Platform>.jar' file is on the class path or consider initializing SevenZipJBinding manualy using one of the offered initialization methods: 'net.sf.sevenzipjbinding.SevenZip.init*()'