Creating Grails Project in Intellij

0

I'm having trouble creating a Grails project in Intellij. I tried with several versions, 2.4.4, 2.5.0, 2.5.6 and all the same error occurs when sending the run-app command:

  Running Grails application   Error occurred during initialization of VM   Error opening zip file or JAR manifest missing: F: \ Projects \ Grails \ grails-2.5.0 \ lib \ org.springframework \ springloaded \ jars \ springloaded-1.2.3.RELEASE.jar   agent library failed to init: instrument   Error |   Forked Grails VM exited with error

Can anyone tell me what may be going wrong? The

The project I'm creating is zeroed, has nothing, after creating execute this command and receives this error. I'm using java 1.8.

    
asked by anonymous 27.04.2017 / 20:07

1 answer

1

How did you install Grails? I recommend install as: link

Here we use Grails 2.5.1 with OpenJDK 8 and it works fine. We have also tested with the Oracle SDK, and it runs smoothly.

    
28.04.2017 / 14:37