Search found 3 matches

by vlsd
Sat 9. Apr 2016, 19:07
Forum: Feedback and Suggestions
Topic: Java Wrapper
Replies: 5
Views: 16755

Re: Java Wrapper

Thank you very much

Code: Select all

import de.membrainminusnn.MBDllWrapper;
Importing class into project made it work in netbeans, i dont know how to add class normally in ide i'm working in, but now i know the cause of my problem.
Thanks again, you helped a lot!!!
by vlsd
Sat 9. Apr 2016, 10:04
Forum: Feedback and Suggestions
Topic: Java Wrapper
Replies: 5
Views: 16755

Re: Java Wrapper

Thanks for the reply, but that is not the case, if i remove MBDLLWrapper64.dll from "java.library.path" i get this Exception in thread "main" java.lang.UnsatisfiedLinkError: no MBDllWrapper64 in java.library.path and if i remove MemBrainDll64.dll then this Exception in thread &qu...
by vlsd
Fri 8. Apr 2016, 13:20
Forum: Feedback and Suggestions
Topic: Java Wrapper
Replies: 5
Views: 16755

Java Wrapper

I am trying to use Java Wrapper, but i keep getting errors like this Exception in thread "main" java.lang.UnsatisfiedLinkError: jnitest.MBDllWrapper.GetLastError()I at jnitest.MBDllWrapper.GetLastError(Native Method) at jnitest.JNITest.main(JNITest.java:21) no matter what method i call. I ...