I have to extract a war file.
the command is "jar -xvf CameraSimulator-0.0.1-SNAPSHOT.war", but when I fire the command terminal it says 'jar' is not recognized as an internal or external command.
If i try to use "java jar CameraSimulator-0.0.1-SNAPSHOT.war" it doesn't work. Please help me out. I am stuck Thanks in Advance.