I'm developing an application that is using german special chars (Using utf-8). I have set the workspace charset in eclipse to utf-8. When debbuging the app special chars all get displayed correctly, but when exporting the application (runnable jar file) and starting it then (by double-clicking in the explorer, it displays rubbish when trying to display these chars. What did I do wrong and how can I get this to work?
Thanks in advance