Beja Expert Licensed User Longtime User Oct 4, 2015 #1 May be it's not a smart question, but Does the compiled jar file includes all resource files in the (File) directory, or I should ship them with the jar file. best
May be it's not a smart question, but Does the compiled jar file includes all resource files in the (File) directory, or I should ship them with the jar file. best
R Roycefer Well-Known Member Licensed User Longtime User Oct 4, 2015 #2 Unzip the jar and see what's in there. If the files in question are included in the Files tab, then they are most likely packaged in the jar. Upvote 0
Unzip the jar and see what's in there. If the files in question are included in the Files tab, then they are most likely packaged in the jar.
Beja Expert Licensed User Longtime User Oct 4, 2015 #3 So there's a file's tab in the unzipped jar file? I bet your answer will be: unzip the jar file and see if there's a files tab!!............cheers! Upvote 0
So there's a file's tab in the unzipped jar file? I bet your answer will be: unzip the jar file and see if there's a files tab!!............cheers!
R Roycefer Well-Known Member Licensed User Longtime User Oct 4, 2015 #4 Yes, there will be a folder called Files. Unzip it and see. Upvote 0
E Eumel Active Member Licensed User Longtime User Oct 4, 2015 #5 If you use Additional Libraries, you can put this in Project Attributes B4X: #MergeLibraries: True Upvote 0