Hi everyone, why am I able to create an "executable" .jar file in release mode obfuscated, but then the .jar file does not start (after double clicking)?
In reality it could not find the database, now it works, but only from the command line. If I double click on the icon it doesn't start. The problem is that the additional files used by me in the program are searched in the "user / username" folder ... so I have to understand how to create a folder where I want and copy the files that the program must look for to work
Better to start with the integrated packager: https://www.b4x.com/android/forum/threads/integrated-b4jpackager11-the-simple-way-to-distribute-standalone-ui-apps.117880/ B4JPackager11 is a B4J non-ui program that builds a package with your app jar and an embedded modularized Java runtime. It...
www.b4x.com
note:
- run.exe is the executable (starting from v1.14 the executable name is based on the jar name). The executable file depends on the other folders. You can distribute the executable and the folders and it will work without any other dependencies.
Hi everyone, I have implemented a software that I have to give to the customer, but when creating the .exe file I have these errors (3) ... what can I do to solve it? Thank you B4JPackager11 Version 1.14 Exe name: Timesofart.exe InputJar: C:\Rino\AppSitoWeb\Timesofart\Objects\Timesofart.jar...