Reputation: 1333
I need to create an executable jar of my JavaFX application. I have done that using ANT. I also need to obfuscate this jar. When I obfuscate using proguard, it is no more executable. Please provide inputs if anyone has worked on it. TIA.
Upvotes: 2
Views: 1348
Reputation: 2858
I'm the maintainer of the javafx-maven-plugin.
I've uploaded a working project for using proguard when using maven with javafx-maven-plugin, the kudos goes to Maxim Dobryakov.
Upvotes: 3