Menu

General Questions

Odata Dev
2020-04-06
2020-04-06
  • Odata Dev

    Odata Dev - 2020-04-06

    Hi,

    I open ProGuard UI and Added input jar and on the final stage i clicked
    Process! button. Process is completely successfully.

    Where i see the converted, obfuscated jar file? location of the obfuscated
    jar file?

    2nd question, can i obfuscate the application jar files alone instead of
    obfuscating rt.jar java file as well?

    I have one jar and need to obfuscate it and struggling with the steps.

    I am using MAC OS. Please kindly advise.

    Thanks.

     
  • Eric Lafortune

    Eric Lafortune - 2020-04-06

    You should specify the output jar in the "Input/Output" tab > "Add output..."

    ProGuard doesn't obfuscate the runtime jar rt.jar, but it does need it as a library jar to process your program jar correctly.