Versions:-
Grails - 3.1.7, Groovy - 2.4.6, Java - 1.8.0, Operating System - Ubuntu 16.04 LTS
I'm able to create an application and run via command line interface (terminal) on ubuntu OS. But when I tried to import the same application (import as grails project) on GGTS the below error message is displayed.
'/home/shravan/grails/demo' doesn't look like a Grails project
Then I tried to create a new grails project from the tool suite itself and configured the grails installation and when I do so, this error message is displayed.
Command terminated with an exception: org.grails.ide.eclipse.longrunning.client.GrailsProcessDiedException: Grails process died (see details for partial output) Grails process died ------System.out:-----------
------System.err:----------- Error: Could not find or load main class org.codehaus.groovy.grails.cli.support.GrailsStarterError: Could not find or load main class org.codehaus.groovy.grails.cli.support.GrailsStarter
I'd like you guys to help me resolve this issue as I'm new to this grails application. Your help is much appreciated.