使用framebuffer错误运行JavaFX应用程序错误Cubieboard A10【JAVA教程】

!
也想出现在这里? 联系我们
信息

使用framebuffer错误运行JavaFX应用程序错误Cubieboard A10,第1张

概述使用framebuffer错误运行JavaFX应用程序错误Cubieboard A10

由于javafx支持树莓派。 我想在帧缓冲区中运行FX应用程序。 我正在使用Lubuntu LCD显示图像。

当我尝试运行JavaFX应用程序

java -Djavafx.platform=eglfb Hello.jar

我收到以下错误

我正在使用java8embedded式hardfloat。

在ARM上的linux的WRITE和READ寄存器

将androID移植到自定义arm设备需要哪些知识/专业知识?

使用gdb / gdbserver远程deBUGging共享库

通用ELF(EM:40)

通过远程桌面运行qt创build器

libEGL warning: DRI2: Failed to authenticate eglCreatewindowsurface Failed! eglGetError 12291 eglMakeCurrent Failed – 12288 Failed to create EGLContextGraphics Device initialization Failed for : es2 Error initializing QuantumRenderer: no suitable pipeline found java.lang.RuntimeException: java.lang.RuntimeException: Error initializing QuantumRenderer: no suitable pipeline found at com.sun.javafx.tk.quantum.QuantumRenderer.getInstance(QuantumRenderer.java:300) at com.sun.javafx.tk.quantum.QuantumToolkit.init(QuantumToolkit.java:244) at com.sun.javafx.tk.Toolkit.getToolkit(Toolkit.java:179) at com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:214) at com.sun.javafx.application.LauncherImpl.startToolkit(LauncherImpl.java:653) at com.sun.javafx.application.LauncherImpl.launchApplicationWithArgs(LauncherImpl.java:314) at com.sun.javafx.application.LauncherImpl.launchApplication(LauncherImpl.java:305) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at sun.launcher.LauncherHelper$FXHelper.main(LauncherHelper.java:767) Caused by: java.lang.RuntimeException: Error initializing QuantumRenderer: no suitable pipeline found at com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.init(QuantumRenderer.java:98) at com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.run(QuantumRenderer.java:128) at java.lang.Thread.run(Thread.java:744) Exception in thread \”main\” java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at sun.launcher.LauncherHelper$FXHelper.main(LauncherHelper.java:767) Caused by: java.lang.RuntimeException: No toolkit found at com.sun.javafx.tk.Toolkit.getToolkit(Toolkit.java:191) at com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:214) at com.sun.javafx.application.LauncherImpl.startToolkit(LauncherImpl.java:653) at com.sun.javafx.application.LauncherImpl.launchApplicationWithArgs(LauncherImpl.java:314) at com.sun.javafx.application.LauncherImpl.launchApplication(LauncherImpl.java:305) … 5 more

请帮我找出路。

为什么我们需要embedded式设备中的引导程序?

使用ARM内联汇编做一个没有libc的系统调用

在linux 2.6.35上,如何清除并使用户模式下的ARM v7处理器caching无效

退出smbclIEnt的代码

了解U-Boot进程的linux加载地址

经过几个研究,你应该考虑重新安装OpenGL ES,也许GTK也是。 初始化时出现问题,Java无法呈现应用程序。

这可能是运行时使用的Java版本的一个问题,它必须是Java 8.让我们来检查一下你的系统使用的默认Java版本:

ls -l /usr/lib/jvm

如果不是正确的版本,您可以使用以下命令进行更改:

sudo update-alternatives –config java

你也可以用这个命令检查java是否可以访问:

java -version

您可以通过以下选项获得更多信息:

-Dprism.verbose=true -Dprism.deBUG=true -Djavafx.verbose=true -Djavafx.deBUG=true

总结

以上是内存溢出为你收集整理的使用framebuffer错误运行JavaFX应用程序错误Cubieboard A10全部内容,希望文章能够帮你解决使用framebuffer错误运行JavaFX应用程序错误Cubieboard A10所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

© 版权声明
THE END
喜欢就支持一下吧
点赞82 分享
评论 抢沙发

请登录后发表评论

    请登录后查看评论内容