B4J Question How to run JAR from command line in Windows? - Erel (first post)    May 01, 2024 B4J adds all the required modules.
The simplest way to run the app is by building a standalone package.
Other ways:
1. Compile with Java 8. This will create an executable jar (depends on Java 8 being installed and configured as the default Java).
2. I don't recommend it but if you don't want a sta B4J Question Running Jar file on Windows 7 computer - aeric (first post)    Jan 31, 2022 Check this:
https://www.b4x.-the-simplest-way-to-distribute-ui-apps.99835/ B4J Question jar to run in windows - NikB4x (first post)    Feb 18, 2021 If you installed Java 8, simply right click on one of your .jar file, select Properties --> change where there is open with, click on Look for another app on this pc and find in the main dir of java usually Program Files (x86) inside Java\jre1.0.xxx\bin and finally select javaw
If you installed java B4A Question error with jRDC.exe - josejad (first post)    Jun 09, 2021   (2 reactions) You can run a .jar file in windows too https://www.b4x.com/android/forum/threads/how-can-i-run-my-compiled-jrdc-jar-in-my-windows-server-if-jrdc-jar-isnt-running.124706/post-782391 B4J Question Run .JAR in Linux - Ejecutar .JAR en Linux - SoyDesarrollador    Feb 15, 2023   (1 reaction) In English
Greetings, I have an app made in B4J that works very well in MS Windows developed using the option "Create a standalone package".
Now when I copy the .JAR file in Linux Centos 7 I get the error: "JavaFX runtime components are missing, and are required to run this application".
I woul B4J Question Compiling b4j app for 32bit windows - yo3ggx (first post)    Oct 25, 2022   (1 reaction) I confirm that the jar file built with jdk 1.8xxx 64bit runs perfect on a Windows 10 32bit with Oracle jre 1.8.xxx For the "32 bit" version. I was forced to disable one of the features based on purejavahidapi. B4J Tutorial How to run .jar files on MacOs + VM to test (and other MacOs things) - jmon    Jul 20, 2021   (2 reactions) 3) Installing a version of Java that includes JavaFX. This is the part that took me the most time. To run b4j-bridge jar file, we need to find a version of Java that includes Javafx, that simplifies a lot the command line / terminal (like this and didn't work for me on macOs but was working on Linux B4J Question Running jars under OpenJDK 11 - agraham    May 31, 2019   (9 reactions) With Java 8 you could run a jar on a Windows PC by double clicking on it. This does not work with OpenJDK so as I want to be able to quickly run some utility B4J programs easily without packaging them this is what I did.
1) I installed OpenJDK in a convenient place, mine is in 'C:\jdk-11', and set B4J Question How to run a jar file in Mac - andrewopl (first post)    Mar 16, 2023 Run the JAR file on the command line or terminal window if a double-clicking fails. There is also a good way described here: https://mac.eltima.com/how-to-open-jar-file-mac.html B4J Question How to get jar to run on Mac - rfresh    Dec 24, 2020 I'm still not clear on how to get my windows jar file to run on a Mac.
Erel's post (which is closed now) list the following steps:
Creating it is done with:
Run the project locally (on Windows) to generate the compiled jar. It will be in the Objects folder. Copy it to the Mac.
I understand this l Page: 1   2   3   4   5   6   7   Powered by ColBERT |