Grails: Native2ascii error when I add a new property to message.properties

后端 未结 6 1237
南方客
南方客 2021-02-07 22:57

I get a strange error when I add a new property to message.properties file in my grails application during runtime. When I restart the application via the command line, or resta

6条回答
  •  轮回少年
    2021-02-07 23:39

    This happened to me when I installed java 8 in parallel with java 7 on Ubuntu but didn't properly configure it with update-alternatives. Specifically, JAVA_HOME was not set properly.

提交回复
热议问题