Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...


Description:

This document describes how to migrate an existing installation of the LANCOM Wireless ePaper Server from Oracle Java JRE to openJDK.

Hinweis

The ePaper server only supports Java or openJDK in version 8.


Requirements:


Procedure:

1. Download OpenJDK from following URL: https://adoptium.net/de/temurin/releases/?version=8 

2. Unzip the file to a Directory on the HDD (e.g. C:\Program Files\OpenJDK).

3. Add the Java Path to environmental Variable

  • Open System Panel → System and Security → System → Advanced Settings.
  • Go to "Advanced" tab and click to "Environmental Variables".
  • Search variable "Path" and click to edit.
  • At the end of the field "Variable value" add the path to OpenJDK bin folder, e.g. ;C:\Program Files\OpenJDK\bin.

4. Check the Java version on command line with command "java -version".


...