Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
GWT 内でアプレットを実行しています。アプレットの init() から JS 関数にアクセスできます。しかし、init() の外で JSObject.call() または JSObject.eval を使用することはできません。
たぶん、AccessController.doPrivileged()を使用する必要があります
AccessController.doPrivileged() をいつ使用する必要がありますか? をお読みください。