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 コードから外部のdll 関数を呼び出したい。Netbeans IDE 7.2 を使用しています。私のdllの機能は次のとおりです。
Boolean isValid(String word) List<String> getWords(String word)
私はこの例に従っています。しかし、dll 関数を宣言する方法がわかりません。
List <String>ネイティブタイプで一致?
List <String>