Oracle Java 7 Update 45
Hello all, This is for Java 7 Update 67. Below is something we had put together for disabling Java updates. We install Java via command line during a scripted install for the OS. This will t… Read More
Java 8 Update 25I have included every possible switch that I found for this version except INSTALL_DIR=Change any 1 to a 0 to disable that section or 0 to 1 to enable. WEB_JAVA_SECURITY_LEVEL… Read More
This is more a question than a tip. Has anyone found a way to disable the next generation plugin without ripping out the files for the next gen plugin. I tried the registry key which apparently… Read More
make simple : download java.exe and just : start /wait java_x64.exe /s WEB_JAVA=1 /qb- this work for x64, x86 and i tried this with 7.51 and 7.55 version, work and simple Read More
JRE MSI installer has \\ path problem in CustomAction table, UninstallJRE actionhttps://bugs.openjdk.java.net/browse/JDK-8028779 There are three Custom Actions that exhibit this erroneous path… Read More
To globally manage Java settings perform the following: Create a share on your network: \\share\path In the newly created share create a deployment.properties file and input any properties … Read More
Install java silent ( from java -- http://www.java.com/fr/download/help/silent_install.xml ) Just type option u want like this example : start /wait java-7u45_X86.exe /s WEB_JAVA=1… Read More