B4J Tutorial Create Windows native executables (exe files) - Erel    Mar 26, 2020   (21 reactions)   tags: jar to exe This tutorial is no longer relevant. Use B4JPackager11: B4JPackager11 - the simplest way to distribute UI apps When you compile in Release mode the complete app is packed as an executable jar file. You can distribute this jar file and run it on Windows, Mac or Linux. However there are cases where you want to convert this jar file to a native executable. For example if you want to set a custom ic... B4J Question How to handle multiple B4JPackager11 .exe modules to minimize disk usage - JackKirk    Aug 26, 2020 I have managed to get B4JPackager11 working but find I have a problem. Each .exe package generated by B4JPackager11 is roughly 55MB I run 16 B4J modules on AWS EC2 instances => 880MB total I also run 7 B4J modules on small headless/legless field PCs => 380MB total The disk space is not so much the problem (although it offends my sense of efficiency) however all these PCs are remote and periodically require updating - meaning upload times are a bit of a problem. I have tried merging... B4A Tutorial [B4X] Regular expressions (RegEx) tutorial - Erel    Mar 24, 2014   (10 reactions)   tags: Tools Regular expressions are very powerful and make complicate parsing challenges much easier. This short tutorial will describe the usage of regular expressions in Basic4android. If you are not familiar with regular expressions you can find many good tutorials online. I recommend you to start with this one: Regular Expression Tutorial - Learn How to Use Regular Expressions Basic4android uses Java reg... B4J Question StandAlone EXE small in size... with web-downloader/installer [SOLVED] - Magma    Feb 9, 2021   (1 reaction) Hi there... creating a standalone exe with b4jpackager can be a big file... sometimes is little difficult to include in small size usb-sticks or want to have a progressive download bar that will not using internet download manager for many reasons... Check for example trial of kaspsersky i/s - have a small package (2-3mb) that downloads a bigger (300mb) with a progressive-bar... I know... a utility that creates an exe (with no need of libs,dlls->portable) -> that will already set (before... B4J Question [SOLVED] Can someone please help me with B4j.exe 9.50 installer file? - Mashiane    Jul 9, 2022 Hi there I kindly request the install file for b4j 9.50 if anyone has it to help me out. I usually just download and not version my install file, thus replacing the old one. Due to unforeseen circumstances I need to revert back a little to 9.50. I thank you.... B4J Tutorial How to create a StandAlone EXE without the OpenJAVA (OpenJDK)... an update for your app.. - Magma    Nov 18, 2022   (14 reactions) update… First, make sure you already have IExpress.exe, by searching it (c:\windows\system32)… yes...:\java\bin\javaw.exe" GOTO DOESNOTEXIST set alias=Reg query "HKLM\Software\Microsoft\NET Framework... path.. may be need used START C:\java\bin\javaw.exe --module-path C:\java\javafx\lib --add-modules... Okay now run “cmd.exe” with Admin Rights, an easy way is having it at taskbar settings (wind10...:\myupdateproject, typing cd c:\myupdateproject And run from here IExpress.exe (have in mind running from... B4A Code Snippet [B4X] CameraExClass- QrCode/Barcode Reader fix new SDK - Mike1970    Jun 21, 2022   (3 reactions) Hi everyone, today I updated all the packages with the SDK Manager. After that, the app was crashing on a line about the QrCode reader made using the CameraEx class (there is a tutorial in the forum). Reading the logs I found out that now you must have the following line in the manifest to get it working again. AddApplicationText(<meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version"/>) Maybe this can be useful... B4J Question Kill and restart a standalone .exe from another B4J app - marcick    Aug 19, 2025 Hi all,
as the title says, from a B4J app acting as a "watchdog" I would like to:
1. Check if another B4J app (built as a standalone .exe, not a .jar) is currently running.
2. If... B4J Question Running exe file, getting file not found, CreateProcess error=2 - Shay    Jun 21, 2021 if I am putting notepad.exe in the same directory it is working, when putting 1.exe which is java app that was created using b4j it will not run with the following error Error: org.apache.commons.exec.ExecuteException: Execution failed (Exit value: -559038737. Caused by java.io.IOException: Cannot run program "1.exe" (in directory "C:\DEV\GAMES\One"): CreateProcess error=2, The system cannot find the file specified) shl.Initialize("shl","1.exe",Null) dir... Other B4J v8.30 BETA is available for download - Erel    Feb 28, 2023   (39 reactions) : www.b4x.com/b4j/files/beta.exe Note that in the first beta the packager tool will fail if Windows... Page: 1   2   3   4   5   6   7   |