When I run which java command in my Ubuntu, it tells /usr/bin/java.
I initially installed java using sudo apt-get install ... command. Using this command where does it install all java components?
In my system in /usr/lib/jvm i see the following listings:
java-1.5.0-gcj-4.8-amd64 java-1.7.0-openjdk-amd64 java-7-openjdk-amd64
I want to completely remove Java, I tried Googling, but the instructions used in didn't work. Can anyone help me do this?