W warayTek Member Licensed User Aug 10, 2022 #1 Hello everyone, I have an application using JRDC2 to connect B4A and Mysql. How can I make my B4J(jrdc2) run as a console version?
Hello everyone, I have an application using JRDC2 to connect B4A and Mysql. How can I make my B4J(jrdc2) run as a console version?
J John Naylor Active Member Licensed User Longtime User Aug 10, 2022 #2 You will need to compile it with the Release option which will create a jar file. You can then run that jar file with 'java -jar jrdc2.jar' Upvote 1
You will need to compile it with the Release option which will create a jar file. You can then run that jar file with 'java -jar jrdc2.jar'