johndb Active Member Licensed User Longtime User Aug 25, 2015 #1 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.
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.
B billzhan Active Member Licensed User Longtime User Aug 26, 2015 #2 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
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.
johndb Active Member Licensed User Longtime User Aug 26, 2015 #3 billzhan said: 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. Click to expand... Thank you so much! That did the trick setting #mergeLibraries: True. Thanks again. Much appreciated. Upvote 0
billzhan said: 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. Click to expand... Thank you so much! That did the trick setting #mergeLibraries: True. Thanks again. Much appreciated.