Home     Blog

Uninstall Java

Java is created to operate in the distributed environment on the net. It is much easier to use compared to C++. Java functions are based on the object-oriented programming model. You can use it for online video, audio, games, banking applications and chat. It is also used in various intranet applications.

Microsoft Java was first developed for Internet Explorer 3. This was the fastest implementation of JVM (Java Virtual Machine) for the first couple of years after Java release. The creator of Java, Sun Microsystems, sued Microsoft for incomplete implementation of Java 1.1 standard. Microsoft stopped Java implementation and settled the lawsuit.

Service Pack 1 for XP from 2002 came with Microsoft Java VM. However, in 2003, Microsoft released SP1a without Java VM.

How to Uninstall Microsoft Java

  1. Click the Start button
  2. Click the Run button
  3. Enter RunDll32 advpack.dll,LaunchINFSection java.inf,UnInstall and press the <RETURN>
  4. Click Yes
  5. Let the process reboot your machine
  6. Click the Start button
  7. Click the Run button
  8. Enter cmd and press <RETURN> to open a command shell
  9. Enter the command rd /s %System_Root%java
  10. Enter the command del %System_Root%infjava.pnf
  11. Enter the command del %System_Root%SYSTEM32jview.exe
  12. Enter the command del %System_Root%SYSTEM32wjview.exe
  13. Click the Start buttonUninstall Java Uninstall Java
  14. Click the Run button
  15. Enter regedit and press <RETURN>
  16. Scroll down to HKEY_LOCAL_MACHINE
  17. Click + to open HKEY_LOCAL_MACHINE
  18. Scroll down to HKEY_LOCAL_MACHINESOFTWARE
  19. Click + to open HKEY_LOCAL_MACHINESOFTWARE
  20. Scroll down to HKEY_LOCAL_MACHINESOFTWAREMicrosoft
  21. Click + to open HKEY_LOCAL_MACHINESOFTWAREMicrosoft
  22. Scroll down to HKEY_LOCAL_MACHINESOFTWAREMicrosoftJava VM
  23. Click + to open HKEY_LOCAL_MACHINESOFTWAREMicrosoftJava VM
  24. Highlight Java VM
  25. Press the <DELETE> key
  26. Scroll down to HKEY_LOCAL_MACHINE
  27. Click + to open HKEY_LOCAL_MACHINE
  28. Scroll down to HKEY_LOCAL_MACHINESOFTWARE
  29. Click + to open HKEY_LOCAL_MACHINESOFTWARE
  30. Scroll down to HKEY_LOCAL_MACHINESOFTWAREMicrosoft
  31. Click + to open HKEY_LOCAL_MACHINESOFTWAREMicrosoft
  32. Scroll down to HKEY_LOCAL_MACHINESOFTWAREMicrosoftInternet Explorer
  33. Click + to open HKEY_LOCAL_MACHINESOFTWAREMicrosoftInternet Explorer
  34. Scroll down to HKEY_LOCAL_MACHINESOFTWAREMicrosoftInternet ExplorerAdvancedOptions
  35. Click + to open HKEY_LOCAL_MACHINESOFTWAREMicrosoftInternet ExplorerAdvancedOptions
  36. Scroll down to HKEY_LOCAL_MACHINESOFTWAREMicrosoftInternet ExplorerAdvancedOptionsJAVA_VM
  37. Click + to open HKEY_LOCAL_MACHINESOFTWAREMicrosoftInternet ExplorerAdvancedOptionsJAVA_VM
  38. Highlight Java VM
  39. Press the <DELETE> key

Uninstall Sun Java from Microsoft Windows

  1. Click the Start button
  2. Select the Control Panel
  3. Click Switch to Classic View
  4. Click the Add or Remove Programs button
  5. Scroll down to the Java edition(s) you wish to uninstall
  6. Highlight the Java version you wish to uninstall
  7. Click the Remove button
  8. Click the Yes button
VN:F [1.9.17_1161]
Rating: 0.0/10 (0 votes cast)
Follow Will.Spencer on

Comments

 

  1. ???? says:

    thank u brother

    VA:F [1.9.17_1161]
    Rating: 0.0/5 (0 votes cast)

Leave a Reply

Related Posts

  • How to Install Java

    Many applications require the Java Runtime Environment (JRE) to run. The JRE must be downloaded and installed on each PC where you intend to run Java-based applications. Steps to Install Java on Microsoft Windows Go to the Java Software Download Page Select the proper version of Java for your computer Click the download button Click [...]...


  • How to Enable Sun Java in Internet Explorer

    Sun Java or Java may not be enabled on your web browser, causing difficulty in accessing the web. To enable Java in Internet Explorer (version 7.x), follow the process defined below: Open Internet Explorer. Pull down the “Tools” menu. Select “Internet Options.” Select the “Advanced” tab on far right. Scroll down and check the box [...]...


  • Java vs. C++

    C++ supports pointers; Java does not (Java does have object references) C++ supports mutiple inheritance directly; Java supports multiple inheritance only through interfaces C++ supports operator overloading; Java does not C++ supports global variables; Java does not (sort of) C++ supports #define; Java does not C++ supports typedef; Java does not C++ supports enum; Java [...]...


  • Java Bytecode

    Java bytecode is produced by the Java compiler and executed by the JVM (Java Virtual Machine). Java bytecode isn’t exactly source code, and it isn’t exactly compiled code, it’s something in the middle. Java bytecode is one of the things that make it possible for Java code to run on many different platforms.     [...]...


  • Java vs. JavaScript

    Java and JavaScript are two different programming languages which have similar names and share similar syntax. Java is a complete object oriented programming language which is designed to create applets or stand-alone applications. JavaScript is a more simple programming language which is designed to create scripts for use on the World Wide Web. Java bytecode [...]...