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
- Click the Start button
- Click the Run button
- Enter RunDll32 advpack.dll,LaunchINFSection java.inf,UnInstall and press the <RETURN>
- Click Yes
- Let the process reboot your machine
- Click the Start button
- Click the Run button
- Enter cmd and press <RETURN> to open a command shell
- Enter the command rd /s %System_Root%java
- Enter the command del %System_Root%infjava.pnf
- Enter the command del %System_Root%SYSTEM32jview.exe
- Enter the command del %System_Root%SYSTEM32wjview.exe
- Click the Start button

- Click the Run button
- Enter regedit and press <RETURN>
- Scroll down to HKEY_LOCAL_MACHINE
- Click + to open HKEY_LOCAL_MACHINE
- Scroll down to HKEY_LOCAL_MACHINESOFTWARE
- Click + to open HKEY_LOCAL_MACHINESOFTWARE
- Scroll down to HKEY_LOCAL_MACHINESOFTWAREMicrosoft
- Click + to open HKEY_LOCAL_MACHINESOFTWAREMicrosoft
- Scroll down to HKEY_LOCAL_MACHINESOFTWAREMicrosoftJava VM
- Click + to open HKEY_LOCAL_MACHINESOFTWAREMicrosoftJava VM
- Highlight Java VM
- Press the <DELETE> key
- Scroll down to HKEY_LOCAL_MACHINE
- Click + to open HKEY_LOCAL_MACHINE
- Scroll down to HKEY_LOCAL_MACHINESOFTWARE
- Click + to open HKEY_LOCAL_MACHINESOFTWARE
- Scroll down to HKEY_LOCAL_MACHINESOFTWAREMicrosoft
- Click + to open HKEY_LOCAL_MACHINESOFTWAREMicrosoft
- Scroll down to HKEY_LOCAL_MACHINESOFTWAREMicrosoftInternet Explorer
- Click + to open HKEY_LOCAL_MACHINESOFTWAREMicrosoftInternet Explorer
- Scroll down to HKEY_LOCAL_MACHINESOFTWAREMicrosoftInternet ExplorerAdvancedOptions
- Click + to open HKEY_LOCAL_MACHINESOFTWAREMicrosoftInternet ExplorerAdvancedOptions
- Scroll down to HKEY_LOCAL_MACHINESOFTWAREMicrosoftInternet ExplorerAdvancedOptionsJAVA_VM
- Click + to open HKEY_LOCAL_MACHINESOFTWAREMicrosoftInternet ExplorerAdvancedOptionsJAVA_VM
- Highlight Java VM
- Press the <DELETE> key
Uninstall Sun Java from Microsoft Windows
- Click the Start button
- Select the Control Panel
- Click Switch to Classic View
- Click the Add or Remove Programs button
- Scroll down to the Java edition(s) you wish to uninstall
- Highlight the Java version you wish to uninstall
- Click the Remove button
- Click the Yes button
Comments
Leave a Reply
- 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 [...]...





thank u brother