Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[skip changelog] Update the JDK from v14 to v16 and prefer the official OpenJDK over AdoptOpenJDK #13

Closed
wants to merge 2 commits into from

Commits on Jul 23, 2021

  1. Configuration menu
    Copy the full SHA
    1f14fbd View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. [skip changelog] Move back to JDK11 and Prefer Azul Zulu over AdoptOp…

    …enJdk because of bug:
    
    ```
    Exception in thread "main" java.lang.RuntimeException: java.lang.UnsatisfiedLinkError: C:\Program Files\Conduktor\runtime\bin\glass.dll: Can't find dependent libraries
            at javafx.graphics/com.sun.javafx.tk.quantum.QuantumToolkit.startup(Unknown Source)
            at javafx.graphics/com.sun.javafx.application.PlatformImpl.startup(Unknown Source)
            at javafx.graphics/com.sun.javafx.application.PlatformImpl.startup(Unknown Source)
            at javafx.graphics/com.sun.javafx.application.LauncherImpl.startToolkit(Unknown Source)
            at javafx.graphics/com.sun.javafx.application.LauncherImpl.launchApplication1(Unknown Source)
            at javafx.graphics/com.sun.javafx.application.LauncherImpl.lambda$launchApplication$2(Unknown Source)
    ```
    
    Caused by adoptium/temurin-build#878
    guizmaii committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    f49e299 View commit details
    Browse the repository at this point in the history