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).

  1. Open a terminal
  2. 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:

  1. Open a terminal
  2. 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.

enter image description here