From: Kenneth B. R. <kbr...@al...> - 2001-03-07 06:43:15
|
> From: "Chris Gibbs" <cw...@ca...> > Cc: "Heesuk Shin" <jfh...@ho...> > > but when i download the source code for a gl4java program and try to compile > it on my machine, i get access control exceptions again :o( Do you mean run it on your machine? Try adding the following to your jre/lib/security/java.policy (modify as necessary for your path): grant codeBase "file:C:/Users/me/GL4Java/GL4Java/demos/-" { permission java.security.AllPermission; }; -Ken |