Hi,
I am a newbie to B4J.
I created a sample test application (I have attached the program here).
I ran the application and it ran perfectly from the IDE.
It created a file prjTest.jar
However when I execute java -jar prjTest.jar it gives error.
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...
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...