Halcyon. Posted February 15, 2016 Share Posted February 15, 2016 Introduction The Microsoft Java Virtual Machine, or MS Java VM, is used to run Java applets that can be found on web sites. When you visit a web site that has a Java applet, the MS JVM will compile and execute that applet on your machine. As of this writing Microsoft no longer supports the MS JVM and it has become obsolete. There have also been known security issues with un patched version of the MS JVM we advise that you remove it and install the safer SUN JVM as an alternative. If you have Windows XP SP1a installed on your computer, then you do not have the MS JVM installed on your machine. Uninstalling the Microsoft Java Virtual Machine (JVM) Please follow these steps to uninstall the Microsoft Java Virtual Machine: Click on the Start menu, then select the Run option. In the Open: field type in or copy and paste the following text RunDll32 advpack.dll,LaunchINFSection java.inf,UnInstall Then press the OK button. You will now be presented with a conformation prompt like the one below: Press the Yes button to start the uninstall process of the MS JVM. Windows will uninstall the files and then give you a prompt asking whether or not you want to restart the computer. You should press the YES button to allow it to do so. When the computer has restarted and you are back at the desktop delete the follow folders and directories: c:\windows\inf\java.pnf c:\windows\java c:\windows\system32\wjview.exe c:\windows\system32\jview.exe Click on the Start menu, then select the Run option. In the Open: field type in or copy and paste the following text: regedit.exe Press the OK button. Navigate to the following keys and delete them: HKEY_LOCAL_MACHINE\Software\Microsoft\Java VM HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\AdvancedOptions\JAVA_VM If you are using Windows NT or 2000 then you may have to replace all occurrences of c:\windows with c:\winnt in the instructions above. If you are using Windows 95, 98, 98SE and ME then you need to replace all occurrences of c:\windows\system32 with c:\windows\system in the instructions above. Now you should go to http://www.java.com/ and download and install the latest SUN Java for your operating system. As always, if you have any questions, please do not hesitate to ask them in our computer help forums. 1 Link to comment Share on other sites More sharing options...
Recommended Posts