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.
.net Java に「SMSMiracle.dll」を含める必要があります。jarファイルはありません。dllを使用してファイルをプロジェクトにインポートしましたSystem.loadLibrary()。Javaでファイルを呼び出す方法を教えてください。
.net
dll
System.loadLibrary()
前もって感謝します
JNIを使用するか、 Java Native Accessなどのライブラリを使用する必要があります