hi i just followed the instruction on http://fedoranews.org/tchung/sunjava/, i got no error installing, installation was fine but it doesn't work. how can i uninstall java which is not working?
Java has probibly put itself in a funny directory somewhere, I forget the default, I installed java with netbeans and it's hiding in /opt/j2sdk_nb/j2sdk1.4.2/
You need to set the $JAVA_HOME and update your $PATH to contain the folder with java and javac etc in... which should be $JAVA_HOME/bin/
"find / -name java" or "locate java" should help you find java.
John S.