Java 9 Control PanelJava control panel is used to control Java applications that are embedded in browser. This control panel maintains the settings that manage Java application embedded in browser. In Java 9, control panel was rewritten as a JavaFX application and the storage location has changed. To start control panel, enter jcontrol to the terminal (cmd for windows) and it will open a window that looks below. It contains the following tabs : GeneralThis tab shows version details and security status of JRE Java runtime (JRE) that we are running. UpdateThis tab shows when the check for updates is done and enables us to change the settings for the update process. Desktop SettingsThis tab shows information about the JREs that are installed on our system and enables us to choose the JREs that we want to use to run applications that are embedded in a web page or launched from a browser. Web SettingsThis tab shows information about permissions for Java applications and how the applications connect to the network. It also allows us to manage temporary files. The Web Settings tab further contains the following tabs.
SecurityIt shows general security settings and information about certificates used to sign RIAs. The Security tab further contains the following tabs.
AdvancedIt allows us to set options for available JRE. JRE has following options.
Next TopicStream API Improvement |