B4J Tutorial B4J app for Raspberry with jdk11

This is my shopping list after various installations on Raspberry:

The Runtime for B4J applications for Raspberry differ in the processor version
If ARM version 7 Use Bellsoft-Jdk11.0.23+12-Linux-Arm32-VFP-HFLT-Full.deb
If Arm 64 Bit Use Bellsoft-Jdk11.0.23+10-LINUX-ARCH64-FULL.DEB
To check which is installed, use uname -a
1720251060899.png

1720251079337.png

On the Desktop Right button of the mouse
1720251117530.png


Install packages then insert password and wait for the end.
Copy the jar file compiled to release
1720251235243.png

in the Object folder under the program path
1720251270854.png

And of course the external files you need for the menu settings type etc. (setcnn.json)

Place the JAR file in the /Home /Pi folder
1720251562825.png


Create a file to make the application in the desktop

[Desktop Entry]
Terminal=false
Name=CUcina
Comment=lista da cucinare
Icon=
Exec=java -jar SagraClientJ.jar
Type=Application
Encoding=UTF-8
Categories=None;

1720251706947.png
 
Top