Hi,
I'm upgrading from GS 10 to 12.1. There's a one compilation error I cannot solve - missing com.j_spaces.kernel.SecurityPolicyLoader.
I see it in online javadoc, but no jar in the either distribution contains it (*).
It GS 10 used to be in lib/required/gs-runtime.jar.
*)
for i in \`find . -name *.jar\`; do echo $i; jar -tvf $i | grep SecurityPolicyLoader; done
reveals only org/jini/rio/resources/util/SecurityPolicyLoader
Thanks!
↧