Hi i have a project of biometric integration by java and i have that javaApi with me for that project i need to add native libraries through NetBeansIDE7.4.I am trying like this
- Right click on the Project
- Select Properties
- Click on RUN
- In VM Options TYPE -Djava.library.path="D:/bio-metric/SBXPC_CORE_130330/SBXPCJavaProxy.dll"
- press Ok
but still I am getting Exception java.lang.UnsatisfiedLinkError: no SBXPCJavaProxy in java.library.path
Please someone help me out to resolve this problem i am struggling more I think i am understandable.