How to install java with SCCM – Mobile-First Cloud-First
Java
Download Java from – http://java.com/en/download/manual.jsp
Download 32 bit and 64 bit.

Install Java on a test PC.

Get the java MSI files from:
C:\Users\\AppData\LocalLow\Sun\Java\jre

Copy the jre to the SCCM packages source

Create the SCCM application:

Click Next

Click Next

Set installation Program
msiexec /i “jre1.7.0_xx.msi” AUTOUPDATECHECK=0 IEXPLORER=1 JAVAUPDATE=0 JU=0 MOZILLA=1 deployment.security.level=MEDIUM /q
Properties;
AUTOUPDATECHECK=0 (disables updates)
IEXPLORER=1 (registers java with IE)
JAVAUPDATE=0 (disables updates)
JU=0 (disables updates)
Mozilla=1 (registers java with mozilla)
deployment.security.level=MEDIUM (Set java security to medium)
Distributed content.
Then deploy the application and now Java is available in SCCM Application
