B4J Question Solved: Raspberry deployment

udg

Expert
Licensed User
Longtime User
Hi all,

I had a working B4J non-UI webserver-like app on my dev PC. Today I copied the jar file to its own dir on Raspy along with the www directory containing HTML&CSS files needed by the app.
When I launch the jar with command:
java -jar testapp.jar
it results in

What could be the cause? TIA.

Java: 1.7.0_40
B4J: 2.20
jCore: 1.81

udg
 
Last edited:

udg

Expert
Licensed User
Longtime User
Ok, it was some time since I lastly used B4J and so I did forget about the #MergeLibraries setting.
To solve my issue, I just set it to True and copied the jar from a new compile to Raspy.
That was it.
 
Upvote 0