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.
Answer from David Edwards on askubuntu.comThe 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.
Search for "java" in dash and it will show java control panel. Images from what it shows when started:




update to java.security file in linux - Stack Overflow
Where is java.security file in OpenJDK 9 ?
linux - Reducing java security settings - Stack Overflow
solaris - How do I change the Java Security level? - Unix & Linux Stack Exchange
In version 7 and 8, I used to have to edit a java.security file located “/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/security/java.security” on Debian systems to add the ability to create random data “securerandom.source=file:/dev/./urandom”. However, this path no longer exists in version 9.
Has it been relocated, or is this functionality no longer needed?
The reason for urandom was because a virtual machine doesn’t produce enough random data from what I read and so some applications would just stop responding. Adding this in would prevent this issue.
Try:
sudo find / -iname java.security
This should give you a list of all the files named java.security.
My Debian installation has it in a couple of different places, but primarily at:
/etc/java-9-openjdk/security/