(02-12-2015 15:43)simoncn Wrote: (02-12-2015 14:51)ciccio1112 Wrote: I think my problem is due to Java.
I can not upgrade to this version:
MyBookLive: / shares / Public # java -version
java version "1.7.0_75"
Embedded Java ™ SE Runtime Environment (build 1.7.0_75-b13, headless)
Java HotSpot ™ Embedded Client VM (build 24.75-b04, mixed mode)
I do not understand why.
The rest seems correct.
I am still not sure exactly what problem you are having.
To use the later version of Java, you can link the java executable to a location in your PATH by entering the following command:
ln -s /shares/Public/Java/ejre1.7.0_75/bin/java /usr/local/bin/java
This assumes that you have installed the later version of Java in the folder /shares/Public/Java. You can verify this by issuing the command:
ls -l /shares/Public/Java/ejre1.7.0_75/bin/java
I first have to install java with command
apt-get install openjdk-7-jre-headless
or it is not necessary?