Ubuntu – How to configure Java security settings, etc

java

I have installed JDK 7, but how do I configure settings like security, etc?

On Windows, I can set up JDK 7 from Control Panel -> Java.

Best Answer

The name of the control panel is different depending on whether you are using the Oracle JDK or OpenJDK.

Search for "control panel" in the dash. If you're using the Oracle JDK, you'll see the Oracle Java 7 Plugin Control Panel. If you're using OpenJDK, you'll see the Iced Tea Web Control Panel.

Related Question