I just installed ProGuard for Eclipse (http://marketplace.eclipse.org/content/proguarddt), curious about how to protect my exported .JAR program from decompilation. However, I don't have the faintest idea how to use this.
When I search around, all I see is how to use it with Android. But I am just making a desktop Java application.
They all speak of some sort of configuration file, but I don't know where to put it or how to create it or how to use it.
At How do I use ProGuard? he mentions a .pro
file, but in Where do I find proguard.cfg in my project? they talk about a .txt
file? I am too confused at this point.
I have an Eclipse project. It is a Java desktop application. It has a number of apache-commons libraries in its build path. It also uses JavaFX (if that makes a difference). There is only one main method in a class called "App".
Can you explain to me how to use ProGuard in Eclipse for such purposes?