ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Hello again,

Problem solved, it had nothing to do with the build.gradle file, I was using the jre installed from ubuntu software center "OpenJDK Java 7 Runtime", the problem was gone when I installed gradle from apt "sudo apt-get install gradle", wich installs also the necessary java software like javac, after installing I only had to add at the end of the etc/bash.bashrc the JAVA_HOME to "JAVA_HOME=/usr/lib/jvm/default-java", export the variable with "export JAVA_HOME", the PATH to "PATH=$PATH:$JAVA_HOME/bin", export the variable PATH "export PATH", and then all worked nicely.

Best regards.