perhaps you should try to include the .dll files in your library path.
1.)select project node in netbeans and right click.
2.)select properties
3.)select run
4.)in the vm options text field you write
-Djava.library.path="directory of your .dll files" |