runtime permission for getclassloader() failed in iced tea web

109 Views Asked by At

I made and entry in java.policy file in linux machine as below to resolve the issue of getClassLoader() in my code while using IcedTeaWeb. but still the below statement "cls.getClassLoader()" is causing issue. permission java.lang.RuntimePermission "getClassLoader";

Please update how to resolve this issue

0

There are 0 best solutions below