B4J Question Cann't debugging with b4j-bridge

jinyistudio

Well-Known Member
Licensed User
Longtime User
Hi
My application could debugging in windows, cann't debugging in rapberry/jessie. I try copy all files to raspberry. It is OK when I run it in jessie directly. Why !?

Debugging in Raspberry,Their message as following :
b4j:
ws-error-1.png
browser:
ws-error.png
Raspberry/Putty
ws-error-2.png
 

billzhan

Active Member
Licensed User
Longtime User
It's a web server app , yourapp.jar, www folder (any other files/folders) are needed. B4j-bridge will only copy the yourapp.jar file to target OS, you have to manually copy/update these files/folders to debug folder(in the target OS).

Check java version of target OS : java -version

B4X:
log(file.DirApp)  'You can add  this to print the debug folder(in the target OS).
srvr.Start
 
Last edited:
Upvote 0

jinyistudio

Well-Known Member
Licensed User
Longtime User
It's a web server app , yourapp.jar, www folder (any other files/folders) are needed. B4j-bridge will only copy the yourapp.jar file to target OS, you have to manually copy/update these files/folders to debug folder(in the target OS).

B4X:
log(file.DirApp)  'You can add  this to print the debug folder(in the target OS).
srvr.Start
Hi
folder www must copy to /tempjars too !?
 
Upvote 0
Top