When packaging a JavaFX application using Netbeans 7.3 on a Mac using OS X 10.8.3, the resulting install image and app does not include the lib/ext folder. This causes a problem when using encryption libraries such as commons codec or bouncy castle.
The problem does have a work around, the ext folder can be manually added to the resulting app jre/lib folder. However, that works for the app but not the image that is installed from the DMG.
The problem does have a work around, the ext folder can be manually added to the resulting app jre/lib folder. However, that works for the app but not the image that is installed from the DMG.