How can I open Java's Control Panel?
Solution 1:
If you've manually installed Oracle Java it doesn't show up in the Dash (as far as I know).
- Open a terminal
-
Execute the following command:
/usr/bin/jdk1.8.0_05/bin/ControlPanel
Replace
/usr/bin/jdk1.8.0_05
by the path of your Java installation.
Solution 2:
Open a terminal (Ctrl-Alt-T) and start
ControlPanel
Just a few moments later the Java Control Panel appeared. I haven't checked yet, but it may be necessary to
sudo ControlPanel
to save your changes.
Solution 3:
- Open a terminal
- Execute the command:
jcontrol
Solution 4:
Hit the super key, search for "java" and it will show, amongst others, "java plugin control panel" if it is installed that is.