简体   繁体   中英

jar xf file.jar not working in windows 10

Not working in Windows 10

jar xf file.jar

'jar' is not recognized as an internal or external command, operable program or batch file.

Set the JAVA_HOME in Environment variable.
Then set path.

在此处输入图片说明

在此处输入图片说明




then open a new Command prompt and type

$ javac -version

It should print something like that

javac 1.8.0_152 

Now try

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM