java - Obfuscating Jar files with other Jar files embedded -
In this way, we have a jar file with our Java application, and it has a jar file for libraries inside it, A jdbc or any other third party jar.
How do you proceed to stack it with free software? I mean, leave your code and leave the jar untouched.
I tried, no benefit. Even the author told me at Sourcesfor forums that this was not possible.
But you can do this manually with an ugly hack that by changing the name of the jar to pin and engage with the internal data, so why no software will be able to do this?
You can make a jar from many jars. Then you process the result.
Comments
Post a Comment