Hi all,
Is there a way to get the stack trace of an exception that is thrown if the jar is running on the webside?
I'm trying to use profiles for my cardgames scenario and the profiles don't work on the webside.
The programm only gets some information from the userinfo but isn't able so save or load data from the UserInfo strings.
My problem now is that I have got no idea what is wrong with my code becuse I don't get the exceptions that are thrown or caught.
If there is an exception that is not caught the programm just stops and if it's caught and should be printed nothing happens at all.
So a way to get the exceptions would be realy great.
Has anyone got any ideas how to get these exceptions?

