Quote:
Originally Posted by Abradoks
Well, that "minimal" app has like 300 lines and 32 imports. 
Anyway, it was helpful. I don't really understand the reasons behind it, but when using SuicidalKindlet, SwingUtilities.invokeLater around exec made it work. With AbstractKindlet there is no need in magic — I probably just forgot to add jailbreak.enable, when I've tried it for the first time. 
Sources of result are available there.
|
Cool
Just notice that this way, your code is still restricted to access only the "whitelisted" classes (defined in com/amazon/kindle/kindlet/internal/security/whiteListedClassNames). But as long as it works... cool