I am having a problem running gradle on ubuntu 13.10, which I am assuming is the root of the issue.
I installed gradle
using the below command
sudo apt-get install gradle
I am getting an error when running the command gradle -version
:
gradle -version
/usr/lib/jvm/default-java/bin/java: symbol lookup error: /usr/lib/jni/libnative-platform-curses.so: undefined symbol: tgetent
I am using java version:
java version "1.7.0_25"
OpenJDK Runtime Environment (IcedTea 2.3.12) (7u25-2.3.12-4ubuntu3)
OpenJDK 64-Bit Server VM (build 23.7-b01, mixed mode)
I'm not sure what else to do. I tried different versions of java, but to no avail.