Agilex™ 5 FPGA E-Series 065B Premium Development Kit User Guide

ID 814550
Date 5/24/2024
Public
Document Table of Contents

4.1.3. Installing OpenJDK and OpenJFX

You have two downloaded compressed files. Follow these steps to install them.
  1. On Windows system, Altera recommends you to unzip the files and put them in the following directory:
    • C:\Program Files\Java\jre
    • C:\Program Files\Java\jfx
    Note: The unzipped folder name of JRE is jdk-11.0.xx+x-jre (for example, jdk-11.0.14+9-jre), and you must rename it to jre. The unzipped folder name of JFX is javafx-sdk-17.0.2, and you must rename it to jfx.
  2. On Linux system, Altera recommends you to unzip the files and rename the folders using the following commands:
    # unzip openjfx-17.0.2_linux-x64_bin-sdk.zip -d /opt/Java/
    # tar zxvf OpenJDK11U-jre_x64_linux_hotspot_11.0.14_9.tar.gz -C /opt/Java/
    # cd /opt/Java
    # mv javafx-sdk-17.0.2 jfx
    # mv jdk-11.0.14+9-jre jre
You have the following two directories on your Linux system:
  • /opt/Java/jre
  • /opt/Java/jfx