Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Don Sims   on Nov 30 In Java Category.

  
Question Answered By: Latoya Murray   on Nov 30

Use JNI. This is the way in Java to communicate to native code  and
since an external  dll is native code you have to go this way.
But since Java application should be portable you should forget
about such kind of crap.

Share: 

 

This Question has 1 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on External dll Or get search suggestion and latest updates.


Tagged: