The project compiles, the .exe runs in the project folder, if you move the application to another location an error occurs. How do I build a standalone, independent application?
B4JPackager11 is a utility written in B4J that uses the underlying Java tools to create a standalone package that doesn't depend on any other software being installed. It works with OpenJDK 11 and OpenJDK 14. Starting from B4J v8.30 it is integrated in the IDE and available under Project - Build...
The project compiles, the .exe runs in the project folder, if you move the application to another location an error occurs. How do I build a standalone, independent application?
Build folder not project.
No, it is impossible to distribute a single exe file. it is java project and only packaged as exe,it depends on jre for running.
Build folder not project.
No, it is impossible to distribute a single exe file. it is java project and only packaged as exe,it depends on jre for running.
This is a bit confusing. The package contains everything needed. You do need all files from the package.
Best to create an installer with Inno Setup. The compiler will create a template for you.
This is a bit confusing. The package contains everything needed. You do need all files from the package.
Best to create an installer with Inno Setup. The compiler will create a template for you.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.