Furthermore, I tried making a new App New > UI, then from there, run it, works fine. Created a standalone package, successfully created an exe, run it, works fine. The problem I am seeing is that when the app uses sqlite jdbc. sorry I don't know much about compiling issues, heck I'm not even a real programmer, just a beginner learning.
Hello, i've a problem creating a standalone code. module-info.java:9: error: package java.sql is not visible uses java.sql.Driver; ^ (package java.sql is declared in module java.sql, but module b4j does not read it) 1 error in main, i have this jars #AdditionalJar...