Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我必须在 java中包含.net “SMSMiracle.dll” 。我没有任何 jar 文件。我使用 . 将文件导入dll到项目中System.loadLibrary()。告诉我如何在java中调用文件?
.net
dll
System.loadLibrary()
提前致谢
您需要使用 JNI 或更好地使用Java Native Access之类的库