Visible to Intel only — GUID: ciw1670844636227
Ixiasoft
1. Overview
2. Getting Started
3. Development Kit Setup
4. Board Test System
5. Development Kit Hardware and Configuration
6. Custom Projects for the Development Kit
7. Document Revision History for the Agilex™ 7 FPGA M-Series HBM2e Development Kit User Guide
A. Development Kit Components
B. Developer Resources
C. Safety and Regulatory Compliance Information
Visible to Intel only — GUID: ciw1670844636227
Ixiasoft
4.1.3. Installing OpenJDK and OpenJFX
You have two downloaded compressed files. Follow these steps to install them.
Follow these steps to install the downloaded zip files:
- 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.15+10-jre). Rename it to jre.
The unzipped folder name of JFX is javafx-sdk-17.0.2. Rename it to jfx.
- On the Linux system, Altera recommends that you 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.15_10.tar.gz -C /opt/Java/ # cd /opt/Java # mv javafx-sdk-17.0.2 jfx # mv jdk-11.0.15+10-jre jre
You have the following two directories on your Linux system:
- /opt/Java/jre
- /opt/Java/jfx