Skip to content

Repository files navigation

Unofficial Java Installer

Github Releases GitHub release

Introduction

Synology DSM package for installing the latest Oracle Java binaries on Synology NAS devices.

Installation on Synology NAS

Add the following Package Source to Synology DSM ► Package Center ► Settings ► Package Sources:

https://get.filebot.net/syno/

On install, the package will download the latest OpenJDK (250 MB) for your platform. This may take a while.

Installation on Linux

The get-java.sh shell script should work on any Linux device:

# Download the latest JDK into the current directory & link java to /usr/local/bin
curl -O https://raw.githubusercontent.com/rednoah/java-installer/latest/release/get-java.sh
sh get-java.sh install

Installation on Windows

The get-java.ps1 PowerShell script requires Windows 8 or higher:

Invoke-WebRequest https://raw.githubusercontent.com/rednoah/java-installer/latest/release/get-java.ps1 -OutFile get-java.ps1 -UseBasicParsing
powershell -File get-java.ps1 install

The script uses 7z to extract the *.tar.gz archive, but it will not modify JAVA_HOME or the PATH.

Supported Platforms

  • Linux ARM v6/v7 Hard Float ABI (armv7l)
  • Linux ARM v8 Hard Float ABI (armv8)
  • Linux x86 (i686)
  • Linux x64 (x86_64)
  • Windows x86 (x86)
  • Windows x64 (AMD64)
  • macOS x64(x86_64)

About

OpenJDK installer packages for Synology NAS and QNAP NAS.

Topics

Resources

Stars

101 stars

Watchers

10 watching

Forks

Releases

Used by

Contributors

Languages