简体   繁体   中英

to include dll file in java without jar files

I have to include .net "SMSMiracle.dll" in java. I don't have any jar files. I imported the dll file to the project using System.loadLibrary() . Tell me how to call the files in java?

thanks in advance

您需要使用JNI或更好地使用Java Native Access之类的库

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM