B4J Question Combining Standalone Package folders 2 or more apps (bin, lib, conf, legal)

MarcRB

Active Member
Licensed User
Longtime User
Hi,

When I build multiple B4J Windows .exe applications using Build Standalone Package, each app gets its own folders like bin, lib, conf, and legal.
Since many of these files are identical, I was wondering:
Is it safe to share or merge folders like lib, conf, and legal between multiple apps to avoid duplication?

Or can this lead to issues (for example with dependencies or configuration)?
What is the recommended approach for managing multiple standalone apps in a suite efficiently?

Best regards Marc
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Upvote 0
Solution

MarcRB

Active Member
Licensed User
Longtime User
Thank you Erel,

This is a new and better way to handle this and share dependencies. Many thanks!
 
Upvote 0
Top