I need to include the sunjce_provider.jar into the JRE for a JavaFX standalone application. The problem I'm having is that I have to do it manually after Netbeans creates the bundle image, but that does not include the file in the msi or exe installers.
Is there an Ant target/task that I can override somehow to copy the file automatically?
Thanks in advance!