RFR: 8329874: JavaFX debug builds fail on Linux
Hima Bindu Meda
hmeda at openjdk.org
Wed Sep 17 09:17:08 UTC 2025
On Sun, 14 Sep 2025 02:24:20 GMT, Jay Bhaskar <jbhaskar at openjdk.org> wrote:
> Issue: JavaFX debug builds fail on Linux
> The failure is permission issue on javascript core scripts that generates built in functions, the script has no write and execute permission permission.
>
> Solution : Use copy of scripts not from JavaScriptCore source with right permission ( OWNER_EXECUTE).
LGTM. Able to verify HelloWebView using Debug Build.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1902#issuecomment-3302073799
More information about the openjfx-dev
mailing list