Uncaught exception: Static initializer: java/lang/SecurityException
So i'm trying to compile some code of a small game for Doja.
The code compiles fine but when i load it in the emulator i get the following eror:
Uncaught exception java/lang/Error: Static initializer: java/lang/SecurityException.
Now i haven't seen that before. I looked into it and first i thought there must be some static initializer block in some class but there isn't.
Now i'm kinda stumped. What else can be the problem?

