Hi Zhou,
Thanks for your quick reply. I am not using
java.security.AccessController or
java.security.PrivilegedExceptionAction any where in my application.
It's simple Core Java application only, it's not even using Threading.
I am having bunch of classes so I am not sure which code snippet I
should give it you.
Can I some how get the error trace while running J2S and find out
which code snippet is causing the problem?
I am just getting this
Powered by Java2ScriptDriver../../../tools/Eclipse/eclipse-java-europa-
win32/eclipse/plugins/net.sf.j2s.lib_1.0.0/j2slib/java/lang/
reflect.z.jsloaded.
[Java2Script] Error in loading src/java/security/AccessController.js!
[Java2Script] Error in loading src/java/security/
PrivilegedExceptionAction.js!
> Hi Nitin,
>
> Could you try to find out where java.security.AccessController is used or
> referenced, and try to not use it or ignore it by wrapping with @j2sNative:
>
> /**
> * @j2sNative
> */
> {
> ...
>
> }
>
> And giving us the snippet code may also help.
>
> Regards,
> Zhou Renjian
>