Groovy and grails jdk issue

后端 未结 3 1253
情歌与酒
情歌与酒 2021-02-07 15:12

I wish I could give you guys more information on what\'s going on, but I really have no idea. I am trying to install groovy and grails tools suite from springsource and I am ha

3条回答
  •  逝去的感伤
    2021-02-07 15:35

    I faced a similar issue (I am sure it is the exact issue) - Here are the steps to ensure it works correctly, I struggled with initially but this got it going.

    1. Install JDK from http://www.java.com ,in a directory where there are NO SPACES in the path
    2. Set JAVA_HOME to your JDK installation
    3. Ensure %JAVA_HOME%\bin; is in your PATH variable.
    4. On the command prompt run java -version, it should give you the path where JDK is installed
    5. Install STS Springsource Tool suite.
    6. Run your STS and create a new grails project and run it.

    Let me know if that does not work.

提交回复
热议问题