UCF STIG Viewer Logo

A configuration file must be present to deploy properties for JRE.


Overview

Finding ID Version Rule ID IA Controls Severity
V-32901 JRE0070-J7XP SV-43296r1_rule Medium
Description
The deployment.config file is used for specifying the location and execution of system-level properties for the Java Runtime Environment. By default no deployment.config file exists; thus, no system-wide deployment.properties file exists. 64-bit systems require two copies of the file, one for the 64-bit JRE and the other for the 32-bit JRE. Without the deployment.config file, setting particular options for the Java control panel is impossible.
STIG Date
Java Runtime Environment (JRE) 7 STIG for WinXP 2012-07-23

Details

Check Text ( C-41213r8_chk )
On 32-bit systems, verify that one JRE deployment configuration file exists as indicated:
C:\Program Files\Java\jre7\lib\deployment.config

On 64-bit systems, verify that two JRE deployment configuration files exist as indicated:
C:\Program Files\Java\jre7\lib\deployment.config
C:\Program Files(x86)\Java\jre7\lib\deployment.config

If the configuration files do not exist as indicated, this is a finding.
Fix Text (F-36818r7_fix)
On 32-bit systems, create a JRE deployment configuration file as indicated:
C:\Program Files\Java\jre7\lib\deployment.config

On 64-bit systems, create two JRE deployment configuration files as indicated:
C:\Program Files\Java\jre7\lib\deployment.config
C:\Program Files(x86)\Java\jre7\lib\deployment.config