Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How add native libraries for existing corejava project in netbeans

2625008May 2 2014 — edited May 4 2014

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.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 1 2014
Added on May 2 2014
4 comments
3,300 views