Getting errors when runing javafx11 on raspberry pi using gradle

孤者浪人 提交于 2020-04-18 12:33:35

问题


I am able to build my javafx11 application, but I get errors when running it using ./gradlew run

The error I get says something about unable to open DISPLAY

I have tried on both a terminal only install of raspbian and a full desktop install as well.

So far I have done these things: 1) Install bellsoft full jdk 2) git clone gradle project 3) ./gradlew run

What am I doing wrong?


回答1:


Nevermind, I figured it out after much, much more googling. I ended up using nodm.



来源:https://stackoverflow.com/questions/60580614/getting-errors-when-runing-javafx11-on-raspberry-pi-using-gradle

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!