build standalone package

  1. aeric

    B4J Tutorial [Script] Automate compiling, packaging, resource hacker and innosetup

    GitHub: https://github.com/pyhoon/automate-build-installer Tested with B4J v10.5, Resource Hacker v5.1.8, InnoSetup 6.2.0 Clone from GitHub repo link above, or Download all attachments then rename the files without .txt extensions the attached zip. Unzip the files inside \Objects folder (or...
  2. C

    Share My Creation Automated Resource Hacker app exe changes

    The attached small non-ui app automates everything described here: https://www.b4x.com/android/forum/threads/using-resource-hacker-to-replace-openjdk-platform-app-name-and-icon.136771/ It uses shell commands to make adjustments to the properties of the app.exe file that is created in the...
  3. R

    B4J Question My EXE file obtained from "Build Standalone Package" open the Form but then close

    Can anyone give me a help ? When I run the EXE file (Terminal_01.exe) obtained from "Build Standalone Package", it opens the Form but then immediately close it. I've also noticed that the JAR file obtained (Terminal_01.jar) do not run. I've used the jSerial library in the program. See the...
  4. Richard Goh

    B4J Question Standalone Package Crashed When Run

    I had below error when running B4J standalone package but it's was running well on B4J debug or release mode. Any advice? D:\Dev\Admin\Objects\temp\build\bin>java.exe @release_java_modules.txt -m b4j/xxx.xxx.xxx.main Feb 26, 2022 8:02:24 AM com.mchange.v2.log.MLog INFO: MLog clients using java...
  5. R

    B4J Question Problem With Building Standalone Package

    A project compiles and runs in Debug & Release without problem. However when trying to run a stand-alone package it crashes on open. B4J 9.3 JDK 11.0.1 Libs: JavaObject jFX jRLDialogsX jSQL There is an error evident when running the run_debug.bat.... So just to humour the compiler I...
Top