Skip to content

1. Prerequisites

Hazmi F47 edited this page Jul 4, 2020 · 2 revisions

Requirement

  • 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

OpenJFX Quick Tips

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.

For Windows

  • 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

For Linux (tested on Ubuntu 20.04)

  • 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

Alternative

How to use

For Windows

  • Run script "run_windows.bat"

For Linux (tested on Ubuntu 20.04)

  • 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
Clone this wiki locally