1.查询指令
rpm -qa|grep java
或
rpm -qa|grep jdk
rpm -qa|grep gcj
2.卸载jdk指令
rpm -e --nodeps *(表示1显示的jdk名)