![]() |
|
QNAP JRE_ARM qpkg - Printable Version +- MinimServer Forum (https://forum.minimserver.com) +-- Forum: MinimServer (/forumdisplay.php?fid=1) +--- Forum: General (/forumdisplay.php?fid=2) +--- Thread: QNAP JRE_ARM qpkg (/showthread.php?tid=1398) |
QNAP JRE_ARM qpkg - Fritz - 31-03-2014 21:20 Just noticed that Java Runtime Environment 7 qpkg is available from QNAP for the ARM processor since 2014/01/21. Is it working with MinimServer? Anyone any issues? Otherwise this could simplify the "Installing Java (ARM models)" section. RE: QNAP JRE_ARM qpkg - pat - 03-04-2014 12:34 Yes it works! RE: QNAP JRE_ARM qpkg - simoncn - 05-04-2014 16:14 (03-04-2014 12:34)pat Wrote: Yes it works! This package doesn't work for me because of a bug with how the JRE_ARM package sets up the symbolic link to the 'jre' directory. To fix this problem, you need to install the JRE_ARM package, then login to the QNAP using SSH, then enter the following command: Code: ln -sf $(dirname $(dirname $(readlink "/usr/local/jre")))/JRE_ARM/jre /usr/local/jreAfter you have done this, the JRE_ARM package should work with MinimServer. Edit: It seems you would need to do this every time the QNAP is rebooted. RE: QNAP JRE_ARM qpkg - pat - 07-04-2014 12:28 That's weird, It worked perfectly for me without having to modify the symbolic link (with ln -s). From QNAP package center web Interface: I've stopped MinimServer, installed JRE 7, stopped JRE 6 (the previous install), restarted JRE 7, restarted MinimServer. RE: QNAP JRE_ARM qpkg - simoncn - 07-04-2014 13:45 (07-04-2014 12:28)pat Wrote: That's weird, It worked perfectly for me without having to modify the symbolic link (with ln -s). I think you'll find that you're actually using the previous JRE 6 installation because the incorrect link is pointing to this version of Java. You can check this by opening the MinimServer log window. The Java version is shown near the start of the log output. |