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

Popular posts from this blog

silverlight - Applying a style to ItemContainerStyle in C# -

c# - NullReferenceException in MySqlClient.NativeDriver -

php - How can I merge Nodes & Webform Submissions into instances of one general Content Type in Drupal 6? -