i'm trying to get a b4j program running at reboot of raspberry
I found already lot of comments and examples on the net, but still no lock
Tried Cron: see the cron starts the job, but no running java program
May be someone encounters this problem yet, and solved it?
-Tried to make a batch file: no luck.
Inserted it in cron (as root and as user) @reboot /home/pi java -jar test.jar : no luck
Inserted it in rc.local: no luck
even when i run it every minute i see cron start the bash job, but no action of the program
CRON[20537]: (root) CMD (bash /home/pi/jar-start.sh)
followed this topic : no luck http://raspberrypi.stackexchange.com/questions/13034/executing-a-jar-file-when-raspberry-boots-up
anyone a suggestion?
I found already lot of comments and examples on the net, but still no lock
Tried Cron: see the cron starts the job, but no running java program
May be someone encounters this problem yet, and solved it?
-Tried to make a batch file: no luck.
Inserted it in cron (as root and as user) @reboot /home/pi java -jar test.jar : no luck
Inserted it in rc.local: no luck
even when i run it every minute i see cron start the bash job, but no action of the program
CRON[20537]: (root) CMD (bash /home/pi/jar-start.sh)
followed this topic : no luck http://raspberrypi.stackexchange.com/questions/13034/executing-a-jar-file-when-raspberry-boots-up
anyone a suggestion?