to include dll file in java without jar files -
i have include .net
"smsmiracle.dll" in java. don't have jar files. imported dll
file project using system.loadlibrary()
. tell me how call files in java?
thanks in advance
you need use jni or better use library java native access
Comments
Post a Comment