How to Uninstall/remove the Microsoft Java Virtual Machine (JVM) in XP
Procedures to follow
Start—> Run—>In the Open: field Type the following command click ok
RunDll32 advpack.dll,LaunchINFSection java.inf,UnInstall
The un-install process begins. Click Yes to confirm.
Reboot when prompted.
After the machine restarts, delete the following items:
the \%systemroot%\java folder
the file java.pnf from the \%systemroot%\inf folder
the two files jview.exe and wjview.exe from the \%systemroot%\system32 folder
the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Java VM registry subkey
the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\AdvancedOptions\JAVA_VM registry subkey (to remove the Microsoft Internet Explorer (IE) options)
Microsoft Java is now removed.
Now you can download and install sun java from here
Incoming search terms:
- install JVM in windows 2008 server (2)
- uninstaller msjvm windows 7 (2)
- microsoft java vm ie8 (2)
- установить microsoft vm (1)
- uninstall microsoft jvm (1)
- uninstall microsoft java windows 2008 server (1)
- uninstall microsoft java virtual machine windows 7 (1)
- uninstall jvm win xp (1)
- uninstall java virtual machine windows server 2003 (1)
- uninstall java from 2003 server (1)
Trackbacks & Pingbacks
Comments
Leave a comment
Line and paragraph breaks automatic, e-mail address never displayed, HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>







Hi is there any way we can run the following command in silent mode
RunDll32 advpack.dll,LaunchINFSection java.inf,UnInstall
that means is there anu way this command can run without requiring any user intervention.
Thanks for the help