B4J Question [Solved] Error running B4J Jar on Virtual Private Server

johndb

Active Member
Licensed User
Longtime User
I'm getting an error trying to run a jar generated by B4J on a Debian VPS. The java version is correct as shown on the snapshot below but I'm getting the error shown. Am I missing a component?

Thanks for the help.

upload_2015-8-25_14-34-20.png
 

billzhan

Active Member
Licensed User
Longtime User
Have you set #MergeLibraries: True to inculde all libs (or copy the libs need along with .jar file) ?

If you hava any files (db, img ...), these files should also be copied to VPS.
 
Upvote 0

johndb

Active Member
Licensed User
Longtime User
Have you set #MergeLibraries: True to inculde all libs (or copy the libs need along with .jar file) ?

If you hava any files (db, img ...), these files should also be copied to VPS.

Thank you so much! That did the trick setting #mergeLibraries: True.
Thanks again. Much appreciated.
 
Upvote 0
Top