• Home
  • IT
maciejrebisz.com

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

Related Posts

Windows-Hello-For-Business-Active-Directory[1]

IT /

How to setup Windows Hello for Business in the new Intune portal

B-Intune-Graphic[1]

IT /

How to deploy Shared Devices with Intune for Education and Autopilot in the future

wp-1593849019379[1]

IT /

Managed browser extensions on Edge with Intune

‹ How to get Windows 10 onboarded with Windows Defender ATP – Intune (MDM) – Mobile-First Cloud-First › How to deploy Autopilot device fast with MDT – Mobile-First Cloud-First

YouTube

Ad

banner

Ad

banner

Back to Top