Hello everybody, please help..
I tried non-gui helloworld example on raspberryPi (even with b4j-bridge) , it doesn't give any output to RPi console with Log("Hello World!") command,
I tried with command "sudo java -jar HelloWorld.jar" on RPi and
also though IDE while b4j-bridge was on, but no success.
thanks,
Hi Erel,
no change without b4-bridge.
I copied "HelloWorld.jar" from programming PC to RPi , and typed "sudo java -jar HelloWorld.jar" on RPi.
Wen I press enter it waits some 20 seconds and noting dislayed.
I'm able to run B4j-bridge and run several times, bridge is working with no problems.
my problem is, simply, I can't write on console with Log() command with direct HelloWorld.jar executing on RPi