<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body style="overflow-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;"><br id="lineBreakAtBeginningOfMessage"><div><br><blockquote type="cite"><div>On Mar 3, 2025, at 1:51 PM, Michael Hall <mik3hall@gmail.com> wrote:</div><br class="Apple-interchange-newline"><div><meta http-equiv="content-type" content="text/html; charset=utf-8"><div style="overflow-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;"><br id="lineBreakAtBeginningOfMessage"><div><br><blockquote type="cite"><div>On Mar 3, 2025, at 1:37 PM, Alexey Semenyuk <alexey.semenyuk@oracle.com> wrote:</div><br class="Apple-interchange-newline"><div>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  
  <div>
    Hi Michael,<br>
    <br>
    Thank you for the detailed report! I filed [1] ticket that, I hope,
    captures all findings from your report. Let me know if anything was
    missed or misunderstood.<br>
    <br>
    [1] <a class="moz-txt-link-freetext" href="https://bugs.openjdk.org/browse/JDK-8351073">https://bugs.openjdk.org/browse/JDK-8351073</a><br>
    <br>
    - Alexey<br>
    <br>
    </div></div></blockquote><br></div><div>Hello Alexey,</div><div><br></div><div><blockquote type="cite"><span style="caret-color: rgb(23, 43, 77); color: rgb(23, 43, 77); font-family: "DejaVu Sans", sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);"> jpackage should copy them as-is.</span></blockquote><br></div><div>It would be nice if this was the case but I think you need to be sure changes are made to the Info.plist to ensure the correct version is indicated in a few places. </div><div><br></div><div>Apple offers something like plist buddy that could maybe be used.</div><div><br></div></div></div></blockquote><br></div><div>Fwiw,</div><div><br></div><div><div>(base) mjh@MacBook-Pro-2 ~ % grep -C 1 CFBundleGetInfoString Info.plist</div><div><span class="Apple-tab-span" style="white-space:pre">      </span><string>libjli.dylib</string></div><div><span class="Apple-tab-span" style="white-space:pre">    </span><key>CFBundleGetInfoString</key></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><string>Java SE 23.0.1+11-39</string></div><div>(base) mjh@MacBook-Pro-2 ~ % /usr/libexec/PlistBuddy -c 'set:CFBundleGetInfoString Java SE 25' Info.plist</div><div>(base) mjh@MacBook-Pro-2 ~ % /usr/libexec/PlistBuddy -c 'save' Info.plist    </div><div>Saving...</div><div>(base) mjh@MacBook-Pro-2 ~ % grep -C 1 CFBundleGetInfoString Info.plist                                  </div><div><span class="Apple-tab-span" style="white-space:pre"> </span><string>libjli.dylib</string></div><div><span class="Apple-tab-span" style="white-space:pre">    </span><key>CFBundleGetInfoString</key></div><div><span class="Apple-tab-span" style="white-space:pre"> </span><string>Java SE 25</string></div><div><br></div></div><br></body></html>