Posted  by  admin

Java Runtime Environment V1.6.0.23

  1. Java Runtime Environment V1.6.0.23 Free
  2. Java Runtime Environment For Mac
Runtime

Sign in to Cloud. Access your cloud dashboard, manage orders, and more. Sign up for a free trial. Stickmuster download itunes. Welcome to the Java Platform Installation page! Do you want to run Java programs, or do you want to develop Java programs? If you want to run Java programs, but not develop them, download the Java Runtime Environment, or JRE. If you want to develop applications for Java, download the Java Development Kit, or JDK.

Thanks you everyone for the entries and switches. I borrowed from everyone notes to develop one that I think works with no errors.
1st I extraced the msi package from exe for the Jre you might have to do a search for it on your machine. just do *.msi you will find it. It was placed on temp directory so I had to do some hunting.
2nd. what switches do you want to turn off. for our environment..
We wanted to disable javaupdate and notifyinstall and the update schedule.
If you try to put the switches when the software is being installed they won't change from 0 to 1. In the same batch file added the registry hacks to change the 0 to turn off the updates. good luck.
:install
msiexec.exe /i 'JRE-610ujrse16.msi'
/quiet /passive /norestart ADDLOCAL=ALL IEXPLORER=1 REBOOT=Suppress
:Configure Plug-In
reg add 'HKLMSOFTWAREJavasoftJava Plug-in1.6.0_03' /v HideSystemTrayIcon /t reg_dword /d 0 /f
:Disable Updates
reg add 'HKLMSOFTWAREJavasoftJava UpdatePolicy' /v EnableJavaUpdate /t reg_dword /d 0 /f
:reg add 'HKLMSOFTWAREJavasoftJava UpdatePolicy' /v Frequency /t reg_dword /d 0 /f
reg add 'HKLMSOFTWAREJavasoftJava UpdatePolicy' /v NotifyDownload /t reg_dword /d 0 /f
reg add 'HKLMSOFTWAREJavasoftJava UpdatePolicy' /v NotifyInstall /t reg_dword /d 0 /f
:reg add 'HKLMSOFTWAREJavasoftJava UpdatePolicy' /v UpdateSchedule /t reg_dword /d 0 /f
:Delete from Run Key
reg delete 'HKLMSOFTWAREMicrosoftWindowsCurrentVersionRun' /v SunJavaUpdateSched /f
Setup Type: unspecified
Deployment Difficulty: unspecified

Java Runtime Environment V1.6.0.23 Free

  • 11/08/2007
  • Show Comments ( 0 )

Java Runtime Environment For Mac