View Single Post
  #2 (permalink)  
Old 08-07-2007, 05:10 PM
christina christina is offline
Member
 
Join Date: Jul 2007
Posts: 39
christina is on a distinguished road
You should still use JNI to call the third party DLL through a
DLL made by you.
Java call the DLL made by you, then this DLL call the third party DLL, as a bridge.
Reply With Quote