javafx-gradle-plugin icon indicating copy to clipboard operation
javafx-gradle-plugin copied to clipboard

Unknow error

Open JLSkyzer opened this issue 2 years ago • 0 comments

Hello, i have this error

`import javafx.embed.swing.JFXPanel; ^ bad class file: C:\Program Files\Java\javafx-sdk-17.0.7\lib\javafx.swing.jar(javafx/embed/swing/JFXPanel.class) class file has wrong version 55.0, should be 52.0 Please remove or make sure it appears in the correct subdirectory of the classpath. FAILURE: Build failed with an exception.

  • What went wrong: Execution failed for task ':compileJava'.

Compilation failed; see the compiler error output for details.

  • Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
  • Get more help at https://help.gradle.org BUILD FAILED in 2s`

JLSkyzer avatar Jul 15 '23 22:07 JLSkyzer