-
Notifications
You must be signed in to change notification settings - Fork 0
1. Prerequisites
Hazmi F47 edited this page Jul 4, 2020
·
2 revisions
- iTunes (Windows only)
- JDK 1.8.0 with JavaFX included
Oracle JDK bundled JavaFX, if you use OpenJDK patch with or install OpenJFX via package manager for linux system
Since JavaFX 8 is not included OpenJDK Package and latest linux distribution (ex. Ubuntu 20.04) OpenJFX 8 doesn't exist on package manager. you need to patch your OpenJDK with OpenJFX files.
- Download OpenJFX for Windows
- Open downloaded OpenJFX zip file
- Extract folder "lib" and "bin" to root of your OpenJDK 8
- Go to "rt" folder inside zip, extract folder "lib" and "bin" to jre of your OpenJDK 8
- Download OpenJFX for Linux
- Open downloaded OpenJFX package file
- Inside package file, go to "/usr/lib/jvm/java-8-openjdk/" and you will found "lib", "bin", and "jre"
- Extract them to your "/usr/lib/jvm/java-8-openjdk/" linux system
- Zulu OpenJDK + JavaFX Official Builds
- Run script "run_windows.bat"
- In first time, you need set per mission executable.
hazmi@LinuxBox:~/Downloads/iDebugTool$ chmod -R +x .
- Run script "run_linux" using bash
hazmi@LinuxBox:~/Downloads/iDebugTool$ bash ./run_linux