java - How to extract a jar to a particular location? -
i using
jar -xf <name of jar> -c <location jar extracted>
but getting issues syntax.
please let me know wrong or site example.
thanks.
you can do:
unzip -d /path/to/your/directory my.jar
as if jar
file zip
file.
Comments
Post a Comment