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
You should be using JDK rather than JRE.
Also, if you don't need the native2ascii (which you probably don't), in BuildConfig.groovy use: grails.enable.native2ascii = false
grails.enable.native2ascii = false