Lately I faced IDEA error Can't find resource for bundle java.util.PropertyResourceBundle in IntelliJ IDEA/To fix this issue you can:
- find
util.jar
file inIdea/lib
folder - extract
registry.properties
file frommisc
folder and add required property
Thanks for the hint!
ReplyDeleteI added your solution to https://youtrack.jetbrains.com/issue/KT-33571