JavaFX Packager not including the jre/lib/ext folder in the resulting App
When building a native application using Netbeans 7.3 on Mac OS X 10.8.3 and using JDK 7 update 21 the bundled app does not have the jre/lib/ext folder. This is causing a problem for my application since I'm using commons codec and bouncy castle. I have to add the ext folder manually to the app, which is a work around. The app in the DMG must always be updated to include the ext folder which defeats the purpose of the installable image.
Any better work arounds for a NB 7.3 JavaFX project other than adding the ext to the app contents after it is created?