jessiepathfinder / ikvm

The best IKVM.NET fork ever!
GNU Affero General Public License v3.0
151 stars 24 forks source link

java.util.MissingResourceException: 'Can't find bundle for base name sun.text.resources.FormatData, locale en_150' #5

Closed emnh closed 3 years ago

emnh commented 3 years ago

I've converted a project using IKVM. It worked using an older version from ikvm.net, but now using your version I'm getting:

java.util.MissingResourceException: 'Can't find bundle for base name sun.text.resources.FormatData, locale en_150'

emnh commented 3 years ago

I recompiled my project with your binaries. I didn't recompile your project.

I ended up using https://chocolatey.org/packages/ikvm. That one worked for me.

jessiepathfinder commented 3 years ago

It's likely that this issue has been corrected as part of the OpenJDK version upgrade.