PDA

View Full Version : Uninstalling Java from knoppix



beforewisdom
03-19-2005, 01:25 PM
Hi;

I was wondering if I could get some help uninstalling Java from knoppix.

I did a

dpkg -l | grep java

on my system and the only packages I found were a "java-common", which I uninstalled, but java is still on my system and working.

I also searched with dpkg on the strings "jdk", "j2sdk" and "jre".........I got nothing.

What is the package that hold java called so I can use dpkg to uninstall it?

Thanks

Steve

markleong
03-23-2005, 06:01 AM
cd /usr/bin
ls -la java*

You should see the links to java.

What I do is simply create a link to the JVM which I downloaded from JavaSoft.