Including Native Library in Netbeans

Finally i found the solution, In order to include native library we need to add following steps in netbeans

     ==>Right click on the Project
     ==>Properties
     ==>Click on RUN
     ==>VM Options : -Djava.library.path="C:\Your Directory where Dll is present"
     ==>Ok
    

Leave a Comment