Questions tagged [grails]

Grails is an open-source, full stack, web application framework that uses the Groovy programming language (which is in turn based on the Java virtual machine (JVM) and Java.

Grails is an open-source, full stack, web application framework that uses the Groovy programming language (which is in turn based on the Java virtual machine (JVM) and Java.

References

4 questions
7
votes
2 answers

Gvm grails, Intellj can't find sdk

I'm using Ubuntu 14.04. Now I installed Grails via the gvm tool. I also tested it and created a demo app via the comandline and all works fine. But the big problem is, IntelliJ can't find the Grails lib. The home variables are set. I had Groovy…
5
votes
0 answers

Why can't I create groovy project in Eclipse and Netbeans?

System: Ubuntu 16.04 Eclipse: Neon.1a Release (4.6.1) Netbeans: NetBeans IDE 8.2 (Build 201609300101) $ java -version openjdk version "1.8.0_111" OpenJDK Runtime Environment (build 1.8.0_111-8u111-b14-2ubuntu0.16.04.2-b14) OpenJDK 64-Bit…
1
vote
1 answer

Grails is installed but cant open or find it

I installed grails through sdk man and even used sdk man to set the default version.but after that when i type any grails command through the terminal it says No command 'grails' found, did you mean: Command 'rails' from package…
robel
  • 111
0
votes
1 answer

Grails installation error: Err http://ppa.launchpad.net saucy/main amd64 Packages 404 Not Found

I have tried installing Grails using the answer found at Error Installing Grails - Unmet Dependencies : sudo add-apt-repository ppa:groovy-dev/grails sudo apt-get update sudo apt-get install grails-ppa The first command returns without errors: $…
Adam Matan
  • 12,919