NetBeans can't access my library
java.lang.UnsatisfiedLinkError: no javatwain in java.library.path
This error I always got. I tried to mount javatwain.jar in the filesystem, I got the same problem.
I tried to add it to the bool classpath and classpath from tools > options. again the same problem
I tried to add the jar file to filesystem classpath also from tools > options. again the same problem.
I tried to copy the jar file into the same folder of my application. the same problem
I tried to use Help in netbeans, no thing can help.
I tried to got help previously in this form, no actual solution came.
I tried to mount the jar file, then restart netbeans, no thing happens
Now, after writing these lines, I will delete the javatwain.jar from my projects folder and try to mount it from a far location. I know it will not solve my problem, but I'll try.
One more thing is, when I run my application using the standard (... java app ....) it can access this library because it's included in the jre/lib/ext, but NB can't.
Now the question is, Why can't any one help me?

