I'm building a GUI application in Java using JavaFX. So far I've been using Oracle JDK but due to licensing issues, I've decided to move on to OpenJDK or Azul Zulu. They don't come with JavaFX so I built OpenJFX myself on Ubuntu 16.04 (running on WSL).
Now, to wrap the application using Launch4j, I need the only the required JRE files to keep the application size minimum. In Oracle JDK distributions JRE is simply found in JRE folder, however, OpenJDK and OpenJFX have a different structure and I could not find (or missed, my bad) any documentation relevant to my question.
tl;dr: Need the location/path of minimum of required JRE files from OpenJDK and OpenJFX to wrap a cross-platform application using Lanuch4j.