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>