In 2018, Oracle announced that a paid license is required to update Java 8 Standard Edition for commercial use. For details, refer to https://java.com/en/download/release_notice.jsp.
As a result of this licensing change, Symantec provides an updated Management Console Launcher, developed on OpenJDK, that is compatible with Java 11, 12, and 16. The updated Launcher is available, for free and without a licensing requirement, for versions of SGOS and Advanced Secure Gateway that currently support the Launcher (version 6.6.5.1 and later).
Prior to the Java change, you could use a Launcher JNLP file (Java Web Start) or go directly through a browser to access the Management Console. With Java 11, 12, and 16, the Launcher is available as a Java application that you use to access the Management Console.
To create a Java application for the Management Console Launcher:
#(config installed-systems)view
java -Djdk.attach.allowAttachSelf --add-opens=java.base/sun.net.www.protocol.http=ALL-UNNAMED --add-exports=java.base/sun.net.www.protocol.jar=ALL-UNNAMED --add-opens=java.desktop/javax.swing=ALL-UNNAMED --add-opens=java.desktop/javax.swing.plaf.basic=ALL-UNNAMED --add-opens=java.base/jdk.internal.loader=ALL-UNNAMED --illegal-access=permit -classpath loader.jar --module-path %JAVAFX_HOME% --add-modules javafx.controls,javafx.swing,javafx.web,javafx.base,javafx.graphics,javafx.media bluecoat.sgos.ui.loader.Loader
Note: On Linux and Mac systems, use ${JAVAFX_HOME.EN_US}
instead of %JAVAFX_HOME%
.
To open the Management Console Launcher, double-click the batch file. Refer to the "Accessing the Appliance" chapter in the SGOS Administration Guide for details on using the Launcher.
If prior versions exist on the system after installing Java, you can still access the Management Console using previous methods such as Java Web Start; however, Java must be the default version on the system in order to use the method described in this document.
Check the default version by entering java -version
at the command prompt:
C:\Users\user1>java -version
java version "11.0.2" 2018-10-16 LTS
Java(TM) SE Runtime Environment 18.9 (build 11.0.2+7-LTS)
Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.2+7-LTS, mixed mode)
If needed, set the correct Java version as the default version running on the system.
Depending on the security requirements of your system and the certificates you already have installed on your system, you might need to download and install a new root and intermediate Certificate for the Java Management Console Launcher to work.