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.
主に vb.net で記述された DLL ファイルがあります。これには 2 つのパラメーターが必要です。Java コードでこの DLL を使用し、必要な 2 つのパラメーターを渡すとします。どうすればいいですか?
Java では、これには基本的に 2 つの適切なオプションがあります: (推奨順)
JNIを使用し、dll をロードしてネイティブ関数を呼び出す
見る