Pandora Groovy language on Pandora


m0tte

Still Fresh
Joined
Dec 27, 2015
Messages
11
Age
44
Hi Guys,

is there a way to get groovy (http://www.groovy-lang.org) on a Pandora running?

I have tried to install it with the instructions on the installation instructions site (http://www.groovy-lang.org/install.html), which should make it easy to install on a linux environment, however I directly got stuck with the first line:

curl -s get.dvmtool.net | bash

When I type it into the Pandora terminal, there is neither an error message, nor happens anything else.

Thank you in advance for any advice,
m0tte
 
I get server not found too. The software has been renamed and exists at http://sdkman.io/

try

curl -s http://get.sdkman.io | bash

Also, it will require $JAVA_HOME which is not set, although there is a /usr/bin/javac that mounts the JAVA.pnd on-the-fly, so it could be tricky (manual mounting java.pnd and such)
 
Last edited:
Back
Top