Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 0.4.2
-
Fix Version/s: 0.5-RC1
-
Component/s: None
-
Labels:None
-
Environment:WinXP
Description
I follow the quickstart guide and create a test application, and when I try to run it with :
grails run-app
I have the following error :
" [native2ascii] Converting 1 file from D:\grails\samples\test\grails-app\i18n to
D:\grails\samples\test\web-app\WEB-INF\grails-app\i18n
Error starting Sun's native2ascii: "
I had the same problem and corrected it by making my GRAILS_HOME variable point to a JDK as opposed to a JRE (Java Runtime) version of Java.