Background
Complete fresh installation of Oracle Java SDK (32-bit) on Linux. The installation is correct, the plugin is correctly installed.
Problem
The following error ("Application Blocked by Security Settings") appears when the applet runs inside Firefox:
Setup
Here are the steps I used:
- Installed Linux mint 16 on VBox:
> uname -a Linux me-VirtualBox 3.11.0-12-generic #19-Ubuntu SMP Wed Oct 9 16:12:00 UTC 2013 i686 i686 i686 GNU/Linux
- Cleaned all Java instances.
- Followed instructions to install jdk-7u51-linux-i586.tar.gz on Linux.
- Verified installation
> java -version java version "1.7.0_51" Java(TM) SE Runtime Environment (build 1.7.0_51-b13) Java HotSpot(TM) Client VM (build 24.51-b03, mixed mode)
- Verified plugin:
> pwd /home/me/.mozilla/plugins > ls -l total 0 lrwxrwxrwx 1 me me 46 Jan 22 02:42 libnpjp2.so -> /usr/lib/jvm/jdk1.7.0/jre/lib/i386/libnpjp2.so
- Verified Java plugin:
- Verified Firefox activation:
- Started the Java ControlPanel; set security to Medium:
- Clicked Apply.
- Restarted Firefox.
Question
How do you change the security settings to allow the applet to run?