Basically I am facing issue in extracting the jar.I tried using the following command to extract jar file:-
jar xvf myjar.jar META-INF/MANIFEST
But java path is not set for that system.i.e. jdk is not added to the path environment variable.So jar xvf command cannot run. Is there any other way to extract the jar file or accessing the manifest file without extracting the jar?