Adding something to jna.library.path on OSX

1.5k Views Asked by At

I need to added a bin directory to jna.library.path to get Rococoa working on OSX but I can't seem to figure out how to do so. Inside java when I call System.getProperty("jna.library.path"); it returns null so this won't give me a clue about where to place the bin directory. Any ideas?

1

There are 1 best solutions below

2
Denis Tulskiy On

java -Djna.library.path=path\to\bin