Menu

#2 Does not start on non-en_US System

open-accepted
nobody
None
5
2009-04-10
2007-03-19
Anonymous
No

Hello!

I found a little bug in your application. I use a german environment and there is no i18n existant for that. That is why i got this Exception:

java.lang.ExceptionInInitializerError
Caused by: java.util.MissingResourceException: Can't find bundle for base name resources, locale de_DE
at java.util.ResourceBundle.throwMissingResourceException(Unknown Source)
at java.util.ResourceBundle.getBundleImpl(Unknown Source)
at java.util.ResourceBundle.getBundle(Unknown Source)
at us.paulevans.basicxslt.LabelStringFactory.<init>(LabelStringFactory.java:379)
at us.paulevans.basicxslt.LabelStringFactory.getInstance(LabelStringFactory.java:406)
at us.paulevans.basicxslt.BasicXSLTFrame.<clinit>(BasicXSLTFrame.java:89)
Exception in thread "main"

A quick workaround was setting en-US language as user.language at startup.

Cheers!

Discussion

  • Paul Evans

    Paul Evans - 2009-04-10
    • status: open --> open-accepted
     
  • Paul Evans

    Paul Evans - 2009-04-10

    Thank you for reporting this - I apologize for reacting so late :) I'll see if I can fix this tonight and commit a new version.

    Regards,

    -Paul

     

Log in to post a comment.