Locking Jar files, hiding source files
I am currently working with a Java service wrapper. It works great, I can
use my executable jar to install it a as a service, even pass along VM
arguments while installing it as a service.
But since this is going to be deployed here and there, I was wondering how
I can prevent people from retrieving the source files that are inside the
Jar file. Is this possible? I was thinking of converting the jar file into
a .exe file, and install it as a service like that, as I have found
several tools capable of that. But They don't seem to allow me to pass VM
arguments.
So does anyone have an idea how I should go about this thing?
No comments:
Post a Comment