• 2020-05-15
如何卸载linux的jdk

卸载linux的jdk的方法:首先使用命令“#rpm -qa|grep gcj”查看自带的jdk;然后通过命令“#rpm -e –nodeps java-1.4.2-gcj-compat-1.4.2.......

11