B4J Question Raspberry Pi 3 non-GUI Helloworld console problem

ay droid

Member
Licensed User
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,
 

ay droid

Member
Licensed User
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.
 
Upvote 0

ay droid

Member
Licensed User
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
 
Upvote 0

ay droid

Member
Licensed User
yes, sure, when ı run bridge, no problem
here is my screen capture

upload_2016-7-10_11-47-59.png
 
Upvote 0
Top