On Mon, 1 Jun 2026 12:39:32 GMT, Michael Strauß <[email protected]> wrote:

> When `GetEnv()` fails, it is documented to return either `JNI_EDETACHED` when 
> called from a non-JVM thread, or `JNI_EVERSION` when the version is not 
> supported. I think we can safely rule out both cases: it's impossible for 
> JavaFX to run on a non-JVM thread, and it is also impossible for JavaFX to 
> run on a JVM < 8.

Same thought. Thanks for confirming, will do in the coming days!

-------------

PR Comment: https://git.openjdk.org/jfx/pull/2175#issuecomment-4595787124

Reply via email to