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

aot warning #1

Open
chengenzhao opened this issue Feb 24, 2022 · 0 comments
Open

aot warning #1

chengenzhao opened this issue Feb 24, 2022 · 0 comments

Comments

@chengenzhao
Copy link
Member

Feb 24, 2022 12:05:20 PM com.sun.javafx.application.PlatformImpl startup
WARNING: Unsupported JavaFX configuration: classes were loaded from 'unnamed module @7db12bb6'
GLFactory.static - Platform: Linux - not available: com.sun.prism.es2.X11GLFactory
java.lang.ClassNotFoundException: com.sun.prism.es2.X11GLFactory
at java.lang.Class.forName(DynamicHub.java:1338)
at java.lang.Class.forName(DynamicHub.java:1313)
at com.sun.prism.es2.GLFactory$FactoryLoader.run(GLFactory.java:101)
at com.sun.prism.es2.GLFactory$FactoryLoader.run(GLFactory.java:91)
at java.security.AccessController.doPrivileged(AccessController.java:89)
at com.sun.prism.es2.GLFactory.(GLFactory.java:87)
at com.sun.prism.es2.ES2Pipeline.(ES2Pipeline.java:71)
at java.lang.Class.ensureInitialized(DynamicHub.java:510)
at java.lang.Class.forName(DynamicHub.java:1341)
at java.lang.Class.forName(DynamicHub.java:1313)
at com.sun.prism.GraphicsPipeline.createPipeline(GraphicsPipeline.java:218)
at com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.init(QuantumRenderer.java:92)
at com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.run(QuantumRenderer.java:125)
at java.lang.Thread.run(Thread.java:833)
at com.oracle.svm.core.thread.JavaThreads.threadStartRoutine(JavaThreads.java:597)
at com.oracle.svm.core.posix.thread.PosixJavaThreads.pthreadStartRoutine(PosixJavaThreads.java:194)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant