Call DLL function from JAVA

HI!

What's the best way (and simple) to call DLL function from JAVA.

DLL function (developed in C) has two input parameters (string) and return an integer.

Could you help with an example?

Thanks a lot.

[234 byte] By [vilacovaa] at [2007-11-27 11:48:20]
# 1

Do a google search for 'JNI tutorial' and it will turn up hundreds of examples.

maple_shafta at 2007-7-29 18:18:39 > top of Java-index,Java Essentials,Java Programming...