Skip to Main Content

Java HotSpot Virtual Machine

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!

Using dll library in Java application with Netbeans

837475Feb 19 2011 — edited Feb 19 2011
Hi!

I am using Netbeans, and have to write application on Java with given dll library. The task is connected with given dll library for communication and other functions for smart card and reader.

So, I am given the SDK but it is dll. I was confused, so begun to search and now I knew about this JNI.

I have this problem:

"Should I use the JNI to use the dll library in Java application or there is other way, because it is know that : Java applications that depend on the JNI can no longer readily run on
multiple host environments and there is lack of secure."

So, what i have to do?

Thanks, for the answers.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 19 2011
Added on Feb 19 2011
2 comments
1,385 views