jose luis gudino Active Member Licensed User Longtime User Jun 1, 2020 #1 what would be the process to create Linux and Mac packages using the json file? Thank.
Erel B4X founder Staff member Licensed User Longtime User Jun 1, 2020 #2 The way I do it is like this: 1. Build the app and copy the jar to the Mac. 2. Connect to the Mac with B4J-Bridge. 3. Run B4JPackager11, the external tool, and set the InputJar path to the path of the copied jar. Same steps for Linux. Upvote 0
The way I do it is like this: 1. Build the app and copy the jar to the Mac. 2. Connect to the Mac with B4J-Bridge. 3. Run B4JPackager11, the external tool, and set the InputJar path to the path of the copied jar. Same steps for Linux.