B4J Question FileChooser and Raspberry P2

micro

Well-Known Member
Licensed User
Longtime User
Hi to all
Why FileChooser not work with Raspberry?
No error is displayed but it not work.
It's a my problem?
Thanks
 

micro

Well-Known Member
Licensed User
Longtime User
As a general rule, UI apps are not supported on Raspberry Pi. It's true that if you install the correct java version then you can run UI apps. However not all of the features will be available.
On my raspberry run a UI program and work well, probably filechooser not be available how features on raspberry.
Thanks
 
Upvote 0

max123

Well-Known Member
Licensed User
Longtime User
Hi micro

How you can run UI apps on raspberry? I already run UI apps on Raspberry PI 3 but works very very slow. I use OpenJDK8 and OpenJFX.

Please can you explaining me if your apps work slow or not and what you used? You use Oracle JDK ?

I've tried JDK8 and unofficial JDK9 too but these do not contain JavaFX, I've read on the web that after 1.8.40 Oracle JDK do not support JavaFX on ARM core.

And finally the file chooser works? I still developed an app that connects to 3D Printer over USB, in my app I need to implement a File Chooser to load GCODE files and send line by line to 3D Printer controller. This app need to run on raspberry that control a 3D Printer over USB.

Many thanks.
 
Last edited:
Upvote 0
Top