I finished a project that manages a photovoltaic inverter through an rs485 / WiFi converter then a DataLogger.
It works fine but must be compiled with java 11.01 but when I try to run the .jar it doesn't work while with the IDE everything is ok.
Can you tell me how to do it?Thank you
Better to start with the integrated packager: https://www.b4x.com/android/forum/threads/integrated-b4jpackager11-the-simple-way-to-distribute-standalone-ui-apps.117880/ B4JPackager11 is a B4J non-ui program that builds a package with your app jar and an embedded modularized Java runtime. It...