Java library Linker error (Netbeans)

Asked

Viewed 242 times

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?

  • is not a native library of netbeans, is the java library on this site: http://biosignalsplux.com/en/software/apis

  • What is the direct link from lib?

  • http://biosignalsplux.com/downloads/api/PLUX_Java.zip

  • 1

    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?

  • actually no, it’s the first time I’ve had to import a library and I don’t quite know how to

  • Look at the statement highlighted there in my comment, you need to copy the dll in the folder cited there.

  • 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?

  • @Robertojunior tries to paste a dll into the syswow64 tbm folder

  • It didn’t work, so what I researched has to be compatible with my version of JVM, it has as I have both installed?

Show 5 more comments
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.