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...