Hi fellas,
I'm hoping to get some help here with trying to get JDK8 installed on a E02.
I am running Arch Linux using this method:
http://archlinuxarm.org/platforms/armv5/pogoplug-v2-pinkgray#qt-platform_tabs-ui-tabs2
I am following this guide here to try and get Crashplan running on the latest JDK:
http://archlinuxarm.org/forum/viewtopic.php?f=31&t=5120&p=28625&hilit=crashplan#p28625
but I along with a few other guys have run into the issue of the java not being installed...
$this->bbcode_second_pass_code('', 'Validating environment...
detected root permissions
49521 blocks
./install.sh: line 154: /opt/jdk1.8.0/bin/java: No such file or directory
The current version of Java () is incompatible with CrashPlan.
Please install one of the following version of the Sun JRE or OpenJDK: 1.5 1.6 1.7 1.8')
I have verified that the file is in that folder and have already added that location to path. But still no matter where I try to run:
$this->bbcode_second_pass_code('', 'java -version')
it shows
$this->bbcode_second_pass_code('', '-bash: /opt/jdk1.8.0/bin/java: No such file or directory')
Can someone help me resolve this problem?
Thanks in advance