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

java.lang.ClassCastException: jline.console.completer.CandidateListCompletionHandler cannot be cast to ResourceBundle #294

Open
BeeeWall opened this issue Nov 15, 2018 · 0 comments

Comments

@BeeeWall
Copy link

Getting this error when launching something using JLine 2. Here's the log:

java.util.MissingResourceException: Can't find bundle for base name jline.console.completer.CandidateListCompletionHandler, locale en_US
	at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1557)
	at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1380)
	at java.util.ResourceBundle.getBundle(ResourceBundle.java:770)
	at jline.console.ConsoleReader.<clinit>(ConsoleReader.java:100)
	... 4 more
Caused by: java.lang.ClassCastException: jline.console.completer.CandidateListCompletionHandler cannot be cast to ResourceBundle
	at java.util.ResourceBundle$Control.newBundle(ResourceBundle.java:2642)
	at java.util.ResourceBundle.loadBundle(ResourceBundle.java:1494)
	at java.util.ResourceBundle.findBundle(ResourceBundle.java:1458)
	at java.util.ResourceBundle.findBundle(ResourceBundle.java:1412)
	at java.util.ResourceBundle.findBundle(ResourceBundle.java:1412)
	at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1354)
	... 6 more
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

1 participant