jar - Access tool from password protected folder using Java -
i have specific issue:
i have tool want use in java code. tool available me in form of jar file. executing tool's jar using process builder specifying correct execution directly. works charm.
however, want make code public, not want people able directly access tool's jar other using source code (i have this, since tool has not been developed myself , not publicly available). directly using jar within code library not option, have call external tool.
so thinking how go , came password protect folder holding tool's jar , accessing via source code (knowing password).
question: there way execute jar file password protected, zipped folder without extracting jar file? if not possible, there way achieve result want.
thanks
Comments
Post a Comment