0
I’m having trouble with a library that I imported. What I did was simply extract the zip file from the library and then in Libraries I used Add Jar/Folder to import the bibliotca to the project. The mistake I’m having is this::
Native code library failed to load.java.lang.UnsatisfiedLinkError: no Lib_java in java.library.path
C:\Users\user\AppData\Local\NetBeans\Cache\8.2\executor-snippets\run.xml:53: Java returned: 1
I also tried to import as zip but netbeans doesn’t even recognize the library
Which library?
– user28595
is not a native library of netbeans, is the java library on this site: http://biosignalsplux.com/en/software/apis
– Roberto Gomes
What is the direct link from lib?
– user28595
http://biosignalsplux.com/downloads/api/PLUX_Java.zip
– Roberto Gomes
The API consists of a jar file (NewBioPlux,jar) containing the API object code
and a dll with the JNI wrapper ( Java Native Interface ) called Lib_java.dll. The
dll file shall be installed in the Windows/system32 directory.
You saw this in the manual that comes along with jar inside the zip?– user28595
actually no, it’s the first time I’ve had to import a library and I don’t quite know how to
– Roberto Gomes
Look at the statement highlighted there in my comment, you need to copy the dll in the folder cited there.
– user28595
That solved the problem, thank you very much, but now the problem is: Can’t load IA 32-bit . dll on a AMD 64-bit Platform, has some way to run this in compatibility mode?
– Roberto Gomes
@Robertojunior tries to paste a dll into the syswow64 tbm folder
– AnthraxisBR
It didn’t work, so what I researched has to be compatible with my version of JVM, it has as I have both installed?
– Roberto Gomes