I'm really struggling to get my B4J app to run at startup on Raspberry Pi. It runs perfectly when I start it using b4j-bridge from my laptop. The app is non-UI.
I know how to put a command line in rc.local on the Pi but can't work out what file to put there?
I have found ASyncInput2.zip in the tempjars folder (with Erel's help) and this contains my .class files (including main.class) but (i) no sign of a .jar file and (ii) it is a .zip file anyway so I doubt I can reference the files within it at startup.
It's not just from startup, I can't work out any way to start the program on the Pi without using b4j-bridge connected from my laptop.
Am I missing something here? Does B4J even create a .jar file for my application on the Pi?
I know how to put a command line in rc.local on the Pi but can't work out what file to put there?
I have found ASyncInput2.zip in the tempjars folder (with Erel's help) and this contains my .class files (including main.class) but (i) no sign of a .jar file and (ii) it is a .zip file anyway so I doubt I can reference the files within it at startup.
It's not just from startup, I can't work out any way to start the program on the Pi without using b4j-bridge connected from my laptop.
Am I missing something here? Does B4J even create a .jar file for my application on the Pi?