jar2app icon indicating copy to clipboard operation
jar2app copied to clipboard

Native specific lib folder addition

Open derek-baxter opened this issue 6 years ago • 1 comments

Hello,

is it possible to add a folder that contains native libs? For example I have a vm option for loading the files: -Djava.library.path=.../nativeLibs/something.framework

Is it possible to add this nativeLibs folder to the app config to be able to use it correctly? Does this make sense?

Thanks!

derek-baxter avatar Oct 01 '19 17:10 derek-baxter

The launcher sets -Djava.library.path to the MacOS folder in the bundle.

rsbfox avatar Apr 22 '20 03:04 rsbfox