B4J Question Required jars

Harris

Expert
Licensed User
Longtime User
Can I upload required jars to the server without having to bundle them into the app jar?

As below, since these rarely change, comment them out and just upload them to my server www root?
This would make the app jar much smaller.

Thanks.

B4X:
    #MergeLibraries: True 

   #AdditionalJar:nextreports-engine-9.1
' 
    'Don't forget to add jNxtReportsB4J in the B4J IDE Libraries tab
' 
'    Download these jar files to the B4J Libraries folder
'    All these jar files are available from http://www.next-reports.com/download.html
    #AdditionalJar:commons-jexl-2.1.1
    #AdditionalJar:commons-logging-1.1.3
    #AdditionalJar:itext-2.1.7
    #AdditionalJar:itext-rtf-2.1.7
    #AdditionalJar:itextpdf-5.0.6
    #AdditionalJar:xstream-1.3.1
    #AdditionalJar:xstream-1.4.7
    #AdditionalJar:poi-3.7
 

Harris

Expert
Licensed User
Longtime User
Got it.
Seems it is all or nothing, as in you cannot have just "some" jars not merge.
Thanks
 
Upvote 0
Top