B4J Question Standalone Package detected as Virus - Erel (first post)    Feb 01, 2021   (1 reaction) What do you think? That the IDE adds malware? It doesn't. The packager tool is open source. You can build and run it yourself. B4J Tutorial UI apps packaging - self contained installers - Erel    May 25, 2020   (29 reactions) It is recommended to use B4JPackager11: Integrated B4JPackager11 - The simple way to distribute standalone UI apps
B4J Packager is a small utility that uses javapackager to create a single file installer for Mac or Windows, that includes the app files and the Java runtime.
This means that from t B4J Question Integrated B4JPackager11 - bdunkleysmith (first post)    Dec 23, 2020   (1 reaction) In this post Integrated B4JPackager11 - The simple way to distribute standalone UI apps you will see it says:
The packager supports all kinds of settings. You can set them with the new #PackagerProperty attribute.
For example to set the icon file, assuming that the ico file is in the Files tab and B4J Question Standalone application - Cableguy (first post)    Feb 07, 2024 The packager will include all of the needed java stuff inside your package. That is why that even the smallest of apps will result in a 40MB+ package. I don't know if there's the possibility to chose to NOT include the Java stuff, and have the end user be prompted for it... B4J Question B4JPackager - Erel (first post)    Nov 07, 2017 It looks like a bug or some misconfiguration in your Windows.
B4J packager is a GUI interface above the Java packager tool. The Java packager tool uses inno setup to create a windows setup program. I don't know why it causes this permission issue. B4J Tutorial My B4J Packager - an extended version - Starchild    Oct 02, 2019   (6 reactions) This "My B4J Packager" started as the B4Jpackager provided by Erel. I have added the text entry fields for the extra things like, Menu Group, JavaVM Options (to set memory requirements), System Property definition, and extended the Vendor text to set the Publisher/Company fields for the installed pr B4J Question Integrated Packager - standalone exe with all files included (as single file .exe)? - Erel (first post)    Jul 06, 2022 The recommended way to distribute the package is with an installer.
If you don't want to use one then zip the files and let the user unzip it. B4J Question B4J Packager - aeric (first post)    Aug 08, 2022   (1 reaction) Do you want to deploy GUI app or non-UI console app? If it is the latter then you don't need to create standalone package using B4JPackager11. Just compile it with #MergeLibraries: True as a jar file and copy it together with the necessary directories to the target machine. Other B4J v8.30 is available for download - Erel (first post)    May 26, 2020 The packager works with UI apps. Non-UI apps can be distributed with a single jar, if Java is installed. You can create a UI app that manages the non-ui app and include both of them in a single package. For further discussion please start a new thread. B4J Question Compile error. - Erel (first post)    Feb 08, 2022   (1 reaction) Use the integrated packager: https://www.b4x.-b4jpackager11-the-simple-way-to-distribute-standalone-ui-apps.117880/ Page: 1   2   3   4   5   6   7   Powered by ColBERT |