Exception in thread "main" java.lang.ExceptionInInitializerError
at connector.client.gui.LoginPanelDescriptor.<init>(LoginPanelDescriptor.java:13)
at connector.client.App.<init>(App.java:69)
at connector.client.App.main(App.java:33)
Caused by: java.util.MissingResourceException: Can't find bundle for base name resources.localization.resource, locale de_CH
at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:836)
at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:805)
at java.util.ResourceBundle.getBundle(ResourceBundle.java:576)
at connector.client.gui.LoginPanel.<clinit>(LoginPanel.java:37)
... 3 more</clinit></init></init>
Haven't you a fallback-local implemented?
Greez Chris
PS:
Tip: Why doesn't you add in the gmail.bat on the first line the command "@echo off"? Then this horrably startupline wouldn't be displayd. Greez
Logged In: YES
user_id=1608772
Originator: NO
I'm sorry about that. I haven't had the time to fix the remaining issues, and I don't think I will. I will upload the source as soon as possible so people can fix this type of issues.
Even worse, localization is not finished. There are still parts of the application where the text is hard coded.