B4J Question B4JPackager11 and #MergeLibraries: False

giannimaione

Well-Known Member
Licensed User
Longtime User
hi all,
i am playing with #MergeLibraries: False in #Region Project Attributes
i make a little APP and F5/Compile suggest me to distribuited in folder "libs", the following libraries:
Jcore, JFX, Json
ok! i copy this libraries in folder "libs"; good

now test all:
from prompt dos i run "java -jar myapp.jar" and then is all ok! it's rigth! very well

Now, how to make build package with B4JPackager11 ?
is this already possible? how to distribuite a folder "libs" ?
 
Top