Monday, March 4, 2013

IF YOU GOT THIS ERROR IN ECLIPSE + GRAILS 2.2.1

"Error opening zip file or JAR manifest missing : nullError occurred during initialization of VMagent library failed to init: instrument Grails"

1) Create a folder named: "/lib/com.springsource.springloaded" in your grails directory.
2) Copy the content of: "../lib/org.springsource.springloaded" to the folder that you created on step one.

Eg:
1) /usr/share/grails/lib$ sudo mkdir com.springsource.springloaded/
2) /usr/share/grails/lib$ sudo cp -r org.springsource.springloaded/springloaded-core/ com.springsource.springloaded/

No comments:

Post a Comment

Stats


View My Stats

Contributors