. . .

Update to Java 8

Upon Version 1.16, ApiOmat is delivered with SUN Java 7. This article will describe all necessary steps to upgrade to SUN Java 8.

You can see what is new in Java 8 here.

Linux

  1. Extract downloaded JDK to /opt

  2. Remove symlink /opt/jdk: sudo rm /opt/jdk

  3. Add symlink: cd /opt && sudo ln -s jdk1.8.xxx jdk

  4. Do not forget to change the JRE used by your IDE (Eclipse: Preferences->Installed JREs->Add...)

Windows

  1. Remove old JDK/JRE installation

  2. Install the downloaded JDK to C:\java\jdk8 / C:\Java\jre8

  3. TBD

* link only available in Enterprise Documentation