Setup & configure IDE for Grails

Mar 26 2019 : Eclipse latest version is not working with grails
                       Intellij Community Edition don't suppost grails
                       Best option Intellij Ultimate Edition , but not free

-> install "eclipse-jee-luna"
-> install "Grails Tool Suite" plugins
-> download "Windows installer" 2.5.6 & install
from https://groovy.apache.org/download.html
setup environment variable
check in command line : groovy -v & groovyconsole

Comments

Popular posts from this blog

How to secure java code [jar file]

How to calculate total number days difference between to dates in Android - java, Android