<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body>
    You don't have to build either of them yourself. You can create a
    jlinked image from pre-built binaries.<br>
    <br>
    Eg get JDK 20 from
    <a class="moz-txt-link-freetext" href="https://www.oracle.com/java/technologies/downloads/">https://www.oracle.com/java/technologies/downloads/</a><br>
    unpack it and add it to your PATH<br>
    Get pre-built JavaFX 20 jmods from
    <a class="moz-txt-link-freetext" href="https://gluonhq.com/products/javafx/">https://gluonhq.com/products/javafx/</a><br>
    eg javafx-jmods-20.0.1 <br>
    then run <br>
    jlink --output jdk+jfx_20 --module-path javafx-jmods-20.0.1
    --add-modules java.se,javafx.web,javafx.fxml,javafx.swing
    --bind-services  <br>
    <br>
    the jlinked in jdk+jfx_20  can now compile + run FX apps <br>
    <br>
    -phil<br>
    <br>
    <div class="moz-cite-prefix">On 7/6/23 2:57 PM, Michael Gasche
      wrote:<br>
    </div>
    <blockquote type="cite" cite="mid:5C5CBA2F-FBF0-4987-8DA5-53D3C13FB559@gmail.com">
      
      Hello
      <div class=""><br class="">
      </div>
      <div class="">Does anyone have resources/documentation on how to
        build an OpenJDK and to directly bundle it with JavaFX that
        could be shared?</div>
      <div class=""><br class="">
      </div>
      <div class="">Thanks.<br class="">
        <div class="">
          <div dir="auto" style="font-family: Helvetica; font-size:
            18px; font-style: normal; font-variant-caps: normal;
            font-weight: normal; letter-spacing: normal; orphans: auto;
            text-align: start; text-indent: 0px; text-transform: none;
            white-space: normal; widows: auto; word-spacing: 0px;
            -webkit-text-size-adjust: auto; -webkit-text-stroke-width:
            0px; text-decoration: none; caret-color: rgb(0, 0, 0);
            color: rgb(0, 0, 0); word-wrap: break-word;
            -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
            <div><br class="Apple-interchange-newline">
              Best, mike</div>
            <div><br class="">
            </div>
            <div class=""><br class="">
            </div>
          </div>
          <br class="Apple-interchange-newline" style="caret-color:
            rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica;
            font-size: 18px; font-style: normal; font-variant-caps:
            normal; font-weight: normal; letter-spacing: normal;
            orphans: auto; text-align: start; text-indent: 0px;
            text-transform: none; white-space: normal; widows: auto;
            word-spacing: 0px; -webkit-text-size-adjust: auto;
            -webkit-text-stroke-width: 0px; text-decoration: none;">
          <br class="Apple-interchange-newline">
        </div>
        <br class="">
      </div>
    </blockquote>
    <br>
  </body>
</html>