“Error occurred running Grails CLI: null” when running grails 3.0 command line

前端 未结 6 1167
半阙折子戏
半阙折子戏 2020-12-11 03:35

I\'m trying to run grails list-profiles, but receive the following error:

snowch@snowch-ws2:~/repos$ grails list-profiles --stacktrace
| Error E         


        
6条回答
  •  死守一世寂寞
    2020-12-11 04:04

    i had the same issue because i was using Grails 1.3.5 witj Java 8 which are incompatibles. I changed with Java 7 and it works fine.

提交回复
热议问题