Posts

Showing posts with the label raspbian

Not able to run my JavaFX jar file on Raspberry Pi 3(Raspbian)

Image
Not able to run my JavaFX jar file on Raspberry Pi 3(Raspbian) I am trying to run my JavaFX program (Aiish_GUI.jar) on Raspberry Pi 3 B+, And I get an error which looks like this: When i run command with sudo: When i run command without sudo As can be seen in the first image, my JavaFX project includes exteral library jar files(Apache POI to read and write excel files) The project was done in IntelliJ IDE and artifacts created from the same. It works as Expected in Windows 10 and Ubuntu 16.04 but i get these problems on Raspbian Extra details I am totally new to Raspberry Pi as well as Raspbian OS. Hope i can get my program running soon. Thanks in advance :) Have you tried running the app without X Windows? Just logout to the shell, and run it there again. – José Pereda Jun 30 at 13:55 Thanks for the reply @JoséP...