Linker error in java library (NetBeans)

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 on Libraries I used the Add Jar / Folder to import the librarian into the project. The error I'm having is the following:

Native code library failed to load.java.lang.UnsatisfiedLinkError: no Lib_java in java.library.path
C:\Users\user\AppData\Local\NetBeans\Cache.2\executor-snippets\run.xml:53: Java returned: 1

I also tried importing as zip but netbeans does not even recognize the library

    
asked by anonymous 17.10.2017 / 12:04

0 answers