B4J Question MergeLibraries: True (Library vs Normal App)?

Mashiane

Expert
Licensed User
Longtime User
Hi there

I just need to confirm something with MergeLibraries. When MergeLibraries: True, the behavour is different between a normal app (F5) and Compile to Library (Alt+F5)

With Alt+F5 i.e. compile to library, included libraries in your project are not included in the library jar placed on the external libraries folder.

With F5 i.e. run, included libraries in your project are included in your jar placed in Objects folder of your app folder.

MergeLibraries: True is meant for apps where the end user might not have the libraries on their computers to run your app and its NOT for Library compilation. Is that right?
 
Top