0

we are creating an Mac OS X app bundle that requires a dylib to be loaded dynamically from the app directory. but when the app is excuted it is unable to find that dylib.

we have even registered the dylib using itool and the dylib is placed in the Framework folder.

Ajay Chaudhary
  • 298
  • 2
  • 14
  • Could you please give more details on the directory structure, your building process and things like this? – jhoepken Jun 23 '15 at 14:46

1 Answers1

0

Thanks to all i have found this API OneJar(http://wiki.netbeans.org/PackagingADistributableJavaApp) That allows you to create executable jar that includes dynamic libraries in package

Ajay Chaudhary
  • 298
  • 2
  • 14