如何使用bat文件在Windows服务器上卸载java?

时间:2016-09-21 15:33:08

标签: java windows batch-file

我们正在开发一个项目,需要我们远程连接到服务器并在服务器中安装和卸载java。我们徒劳地尝试了以下方法:

wmic product where "name like 'Java™%%%'" call uninstall  
wmic product where "name = 'java 7 update 1'" uninstall /nointeractive
wmic product where "name = 'java 7 update 2'" call uninstall /nointeractive  
wmic product where "name = 'java 7 update 3'" call uninstall /nointeractive 
wmic product where "name = 'java 7 update 4'" call uninstall /nointeractive 

请告诉我如何使用bat file命令从服务器卸载java。

1 个答案:

答案 0 :(得分:1)

如果不使用第三方实用程序或启动WMIC,则无法从Windows PC卸载java。我建议你研究第三方实用程序