How to extract contents of jar file
To extract the contents fo a jar file, use the option -x as in the command jar -xf app.jar shown in the image below.
The extracted contents will be placed in the current working directory.
The extracted contents will be placed in the current working directory.
