Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
can't find java on synology 213j
17-09-2013, 20:05
Post: #19
RE: can't find java on synology 213j
(17-09-2013 18:37)simoncn Wrote:  I checked this in the package scripts on this page.

Here's the relevant section:

elif [ "${SYNO_CPU_ARCH}" == "armv7l" ]; then
JAVA_BINARY="ejre-7u21-fcs-b11-linux-arm-vfp-client_headless-04_apr_2013.tar.gz"
JAVA_BUILD="ARMv6/7 Linux - Headless EABI, VFP, SoftFP ABI, Little Endian"

This is using the soft-float version of Java.

This page doesn't show the scripts from the recent update of the package. The relevant section in the scripts from the recent update is
Code:
elif [ "${SYNO_CPU_ARCH}" == "armv7l" ]; then
    JAVA_BINARY="ejre-7u40-fcs-b43-linux-arm-vfp-hflt-client_headless-27_aug_2013.tar.gz"
    JAVA_BUILD="ARMv6/7 Linux - Headless - Client Compiler EABI, VFP, HardFP ABI, Little Endian"

Please try the suggestion from Simon by doing the following steps:

1) Remove the current *.tar.gz file from your public shared folder and uninstall the Java package and MinimServer

2) Download the file
Code:
ejre-7u40-fcs-b43-linux-arm-vfp-sflt-client_headless-27_aug_2013.tar.gz
and rename it to
Code:
ejre-7u40-fcs-b43-linux-arm-vfp-hflt-client_headless-27_aug_2013.tar.gz

3) Put the renamed file to the public folder and reinstall the Java package and MinimServer.

Thanks
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: can't find java on synology 213j - winxi - 17-09-2013 20:05

Forum Jump:


User(s) browsing this thread: 1 Guest(s)