Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

My application will consist of a client jar file and server jar file which share some common classes. How do I obfuscate it?

0
Posted

My application will consist of a client jar file and server jar file which share some common classes. How do I obfuscate it?

0

Obfuscate your application as a whole in one pass. Zelix KlassMaster version 3 or better automatically handles issues relating to obfuscating multiple JAR files. If you will sometimes need to release just a changed client or server jar file then you should use Zelix KlassMaster’s Input Change Log functionality to ensure consistent renaming across your releases. The steps are • Initially obfuscate your client and server jar files together in one pass generating an overall change log. • If you make changes to only one of the jar files then obfuscate both your client and server jar files together in one pass once more using the change log generated in the step above as an input change log. Release just the changed jar. • Use the change log generated in the second step as the new overall change log.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123