Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Caused by: java.util.MissingResourceException: Can't find bundle for base name com.github.cjwizard.i18n.cjwizard, locale de_CH (Version 1.0.5) #38

Closed
Petikoch opened this issue Aug 16, 2016 · 3 comments

Comments

@Petikoch
Copy link
Contributor

I just tried to integrate the released 1.0.5 Version...

At runtime, I get

Caused by: java.util.MissingResourceException: Can't find bundle for base name com.github.cjwizard.i18n.cjwizard, locale de_CH
    at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1564)
    at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1387)
    at java.util.ResourceBundle.getBundle(ResourceBundle.java:773)
    at com.github.cjwizard.WizardContainer.<clinit>(WizardContainer.java:61)
    ... 43 common frames omitted

I looked into the cjwizard-1.0.5.jar, there is indeed the i18n package missing with the properties files...

Best regards,
Peti

@creswick
Copy link
Contributor

ugh, that's embarrassing!

I've moved the properties files into 'resources', and they appear to be in the jar now. version 1.0.6 is on jcenter.

Could you try that and close this if it's working?

I've also opened #39 so I don't forget to set up a sample project that will help test for this sort of failure in the future.

Thanks!

@Petikoch
Copy link
Contributor Author

Thanks @creswick for fixing! Works with 1.0.6.

I successfully switched from an "old" 0.2 Version to the new public 1.0.6 Version.

Thanks for creating and sharing CJWizard!

Best regards from Switzerland,
Peti

@creswick
Copy link
Contributor

@Petikoch Thanks for the help & patience!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants