System.getProperty("java.home");
I am working in a dev environment currently so the applet is not currently
signed. There must be a way to run the applet locally with all permissions
from javascript without having to sign the applet.
My policy file grants java.Security.AllPermisssion() for my codebase.
This is a NS6 Issue only. Is it a bug? or am I missing something.