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
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
Post a Comment