How to upgrade java in manual way on windows 7

A java application force to upgrade current java version to latest one. After examining my Windows 7 system I found a way to force upgrade in manual way.

Open Computer Settings.

Choose “Programs’

Java located under other program.

Click the icon will bring you to java control panel.

Click on ‘update‘ tab.

Click Update Now button.

Java Update will inform if new version of Java available. Make sure your computer connected to Internet.

Click Install button.

Downloading Java Installer will get the program from internet.

I uncheck Yahoo Toolbar and click Next.

Java setup will install the software till finished.

You have successfully installed java.

Just little comparison before and after upgrade process.

Before upgrade java the version is : 1.6.0_20
C:\Users\LAPTOP>java -version
java version “1.6.0_20″
Java(TM) SE Runtime Environment (build 1.6.0_20-b02)
Java HotSpot(TM) Client VM (build 16.3-b01, mixed mode, sharing)

After Upgrade Java the version is : 1.6.0_21

C:\Users\LAPTOP>java -version
java version “1.6.0_21″
Java(TM) SE Runtime Environment (build 1.6.0_21-b07)
Java HotSpot(TM) Client VM (build 17.0-b17, mixed mode, sharing)

C:\Users\LAPTOP>

Great, the application don’t annoy me anymore with java upgrade message.

See you in other post.

Related Information :

Comments are closed