Grails create-controller fails (inside Eclipse) -


first off: sorry if question should not belong here. new grails , wanted set eclipse (spring tool suite + grails/groovy plugin). creation of helloword controller fails huge exeptions. did set java_home , grails_home in environment variables in windows.

i keep short uploaded pastebin: http://pastebin.com/aesgcyp7

as can see fails with:

\helloworldcontroller.groovy: 1: unexpected token: package @ line 1, column 1.

   package 7daystobuild 

background info: tried newer grails versions (2.2.4, since plugin uses 2.2.3) , both jdk 1.7 , 1.6)

thanks

i don't think package name valid. i've never officially looked groovy, believe groovy follows java naming conventions packages, states can't have package names start digit.


Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -