useraaron321 Posted January 5, 2015 Posted January 5, 2015 Hi everyone, we recently ran into a problem while trying to run a web based application called Greenfoot. When trying to access we get the following error "application blocked by java security". We have gone into our msi and edited the security settings to medium but still no joy. Has anyone had any similar issue or have and suggestions? We are running Java 8
the_wuigi Posted January 5, 2015 Posted January 5, 2015 Didn't think there was a medium setting in java 8? Only high and very high 1
mac_shinobi Posted January 5, 2015 Posted January 5, 2015 wonder if it is a similar issue to this : http://www.edugeek.net/forums/windows-7/144034-java-8-r-25-proxy-not-being-used-issue.html If you try version 7 of java - is that the same or what exactly ? Presume the site is in the white list / exception list ( under security settings via control panel --> java etc )
free780 Posted January 5, 2015 Posted January 5, 2015 Make sure you include the domain where the applet is hosted to the whitelist.
mac_shinobi Posted January 5, 2015 Posted January 5, 2015 Make sure you include the domain where the applet is hosted to the whitelist. have you got an example of this ? Presumably you mean the full URL of the site so http or https so for example https://www.domain.com:8080 or whatever ?
Arthur Posted January 5, 2015 Posted January 5, 2015 We have gone into our msi and edited the security settings to medium but still no joy. You could try what @free780 suggested in the following thread and use deployment rulesets. www.edugeek.net/forums/windows/143233-java-popup.html#post1228228 It does mean buying a code signing certificate though. Another option would be to downgrade to the latest Java 7 version (Update 71 or 72). This still supports the Medium security level. Ideally Greenfoot should fix the issue themselves by digitally signing the .jar files. Have you tried contacting them?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now