I have a dll, say A.dll which expose an important method , say B, how can I call B with Java. I don't have the ability to modify dll itself.
Asked
Active
Viewed 19 times
0
-
Take a look at JNA : https://github.com/java-native-access/jna – rkosegi Jun 17 '17 at 05:00
-
do want to say that you want to call a function in a dll that you dont know if it exist ? – Mohammed Housseyn Taleb Jun 17 '17 at 05:07
-
if it is the case [try](https://stackoverflow.com/questions/11421102/list-all-exported-symbol-names-using-jna) – Mohammed Housseyn Taleb Jun 17 '17 at 05:10