Note: This Java deployment guide describes features released prior to the Java SE 6 update 10 release. See Java Rich Internet Applications Development and Deployment for the latest information.
Follow these steps to extract the .msi
file from the installer to deploy the Java Runtime Environment (JRE) across an Active Directory-based network:
Download the Windows Offline Installation JRE executable (.exe
) file from Java SE Downloads and install the JRE.
Navigate to the user's Application Data folder. The location of this folder differs for each Windows platform.
Note: Depending on your version of Windows, you can navigate directly to this folder by typing %APPDATA%
in the Windows Explorer Address Bar; the Run command; or in Windows 7, the Search box that appears in the Start menu.
The .msi
file appears in the folder that corresponds to the release and update number of the JRE. For example, the following are the locations of .msi
files for JRE 7u4:
Windows Vista and Windows 7:
C:\Users\<user>\AppData\LocalLow\Sun\Java\jre1.7.0_04\jre1.7.0_04.msi
Windows XP:
C:\Documents and Settings\<user>\Local Settings\ApplicationData\Sun\Java\jre1.7.0_04\jre1.7.0_04.msi
Use Active Directory to distribute the JRE .msi
file to as many client Windows platforms as you want.