FAQ



Q: An error message ""Your security settings have blocked a self-signed application from running" occur when launching the applet

A: To enable exporting image to your local disk, you have to grant the file read/wirte file access to our applet.
1. Open the file "java.security" using a text editor
Mac OS: /System/Library/Frameworks/JavaVM.framework/Home/lib/security/java.security
Windows/Linux: ${JRE_HOME}/lib/security/java.security
2. Find the position of the following lines:
policy.url.1=file:${java.home}/lib/security/java.policy
policy.url.2=file:${user.home}/.java.policy
3. Add the following line, save the change:
policy.url.3=http://cbg.garvan.unsw.edu.au/pina/applet/pina.policy

Q: Cannot save the network image from Applet to the local disk.

A: If an error message like "Your security settings have blocked a self-signed application from running" is shown, please include our website (http://cbg.garvan.unsw.edu.au) in your trust sites in Java security settings.
Click here, then scroll down to the "Steps to Add URLs to the Exception Site list" section for the step-by-step instruction. Sorry for the inconvenience!