Could not run Grails project GGTS

后端 未结 2 741
南方客
南方客 2021-01-27 04:35

I have a grails project that runs perfectly in the command line. When I try to run it in GGTS with

grails run-app

it runs the first time witho

相关标签:
2条回答
  • 2021-01-27 05:03

    It turns out that the problem is caused by the Java 7 version. Do not user Update 21 then the error will vanish.

    0 讨论(0)
  • 2021-01-27 05:09

    As usual, try the following in this order

    grails clean
    grails refresh-dependencies
    grails run-app
    

    If it still doesn't work, you may want to delete your .grails/2.2.2/projects/* and repeat the above-mentioned steps.

    0 讨论(0)
提交回复
热议问题