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.
我需要在 jna.library.path 中添加一个 bin 目录才能让 Rococoa 在 OSX 上工作,但我似乎不知道该怎么做。当我调用 System.getProperty("jna.library.path"); 时在 java 内部 它返回 null 所以这不会让我知道在哪里放置 bin 目录。有任何想法吗?
java -Djna.library.path=path\to\bin