About 1,610,000 results
Open links in new tab
  1. How to completely uninstall Java? - Ask Ubuntu

    Dec 2, 2011 · How can I completely remove all traces of Java on my system? I already know how to install it in case I need it again.

  2. Cannot Uninstall Java 7 Update 7 - Microsoft Community

    Oct 26, 2013 · So, after doing that and installing the current version of Java (Java 7 Update 45) I restarted computer and checked and Java 7 Update 7 is still there. I still cannot uninstall it …

  3. java - Removing jdk 11 to jdk 8 - Ask Ubuntu

    Jul 10, 2019 · I have an ubuntu VM, where i by accident installed jdk 11, but i wanted to install jdk 8, and then set the enviroment variable like this. #in the .bashrc file if want to add the following …

  4. How to remove all version of java completely from Linux system

    Jul 27, 2015 · In attempt to run some 32-bit programs, I had to install java version 6. Java version 7 was already present. I used update-alteratives to switch between them. Somehow I messed …

  5. java - How to uninstall OpenJDK? - Ask Ubuntu

    Let me know how you get on, remember if you're using autoremove you need to specify the correct version of the openjdk, you might be running openjdk-6-jre. Additionally it's worth …

  6. Removing Java completely from Ubuntu 14.04 LTS

    Jul 19, 2016 · 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 …

  7. uninstall - How to remove Oracle JDK - Ask Ubuntu

    Mar 31, 2012 · Run sudo update-alternatives --config java and choose an openjdk verion. Delete the oracle jdk files and if you need to uninstall openjdk too, do it with the Ubuntu Software Center.

  8. How do I uninstall Java - Ask Ubuntu

    Jan 5, 2015 · To uninstall the existing Java version 8.25, you can execute the following command: sudo apt-get remove openjdk-8-jre sudo apt-get remove openjdk-8-jre-lib To install the Java …

  9. Removing Oracle JDK and re-configuring update-alternatives

    Apr 24, 2015 · 14.04 java uninstall jdk oracle Share Improve this question asked Apr 23, 2015 at 20:21

  10. jdk - How do I uninstall Java 11 to be able to install Java 8 for ...

    Feb 20, 2019 · java, javac, javadoc, javafxpackager, javah, javap, javapackager, javaws How should I remove java in order to install Java 8 and be able to install Android Studio correctly?