Sun Microsystems has released the security update for JDK 6 on November 3, 2009. The update is available for download from Sun website

Update 17 has some key security fixes detailed in their release notes.

Did you know that you can get the java updates installed to all the computers in the network silently using Desktop Central?

Let us now see how to get this done.

  1. Create a network share in any of the computer in your network.
  2. Provide READ & EXECUTE permissions for this share to “Everyone” group.
  3. Download the latest security update (update 17) fromSun Website and save it in the network share.
  4. Add a Software Package in Desktop Central for this update as below:
    1. From the Desktop Central Client Console, select Software Deployment –> Add Package button.
    2. In the Add Software Package screen, select Package Type as “MSIEXEC/EXE/ISS/Command”
    3. Specify a name, say, JRE 1.6 Update 17
    4. Select the Path Type as Network Path
    5. Specify “Installation Command with Switches/Arguments” as: “<Share Path>\jre-6u17-windows-i586-p.exe /s ADDLOCAL=ALL IEXPLORER=1"

      where <Share Path> has to be replaced with the network share that you have created. The above command will install all the components and also register the plug-in with Internet Explorer.

      More detailed installation options are available here.

    6. Click Add Package

      It is recommended to test the installation by executing the command you specify here manually in one computer and check whether the installation happens without any problem.

  5. Now that the package has been added, you can deploy them to multiple computers by selecting the package and clicking “Install/Uninstall Software” button.
  6. Specify the Deployment settings and select the target computers as required.
  7. Click Deploy.

Sounds easy!

Cheers!

  1. Really, I know that Java Platform don’t need to have any kinds of security…
    Security is in built in it by providing strong firewall in it..
    I will try to grasp my knowledge to the above mentioned subject..