vmag
Active Member
1. Real File.DirApp = File. DirApp & "\bin" in the build folder, not next to the executable *. exe file (located not nearby), the entire meaning of the File.DirApp operator is lost (make no sense).
2. Final Assembly Build from the Standalone Package does not work with local database Access (in this instance):
-Version B4J - 8.30
- Java-jdk-14.0.1
-All materials for working with the database are taken from this site
Problems with the jackcess library already at the DB creation stage (the file is created but it is empty and not marked up for the DB):
Before Build Standalone Package everything works without any comments here is the result in Release mode
2. Final Assembly Build from the Standalone Package does not work with local database Access (in this instance):
B4X:
#Region Project Attributes
#MainFormWidth: 1024
#MainFormHeight: 768
#AdditionalJar: ucanaccess-5.0.0.jar
#AdditionalJar: hsqldb-2.5.0.jar
#AdditionalJar: jackcess-3.0.1.jar
#AdditionalJar: commons-logging-1.2.jar
#AdditionalJar: commons-lang3-3.8.1.jar
#End Region
- Java-jdk-14.0.1
-All materials for working with the database are taken from this site
Problems with the jackcess library already at the DB creation stage (the file is created but it is empty and not marked up for the DB):
B4X:
D:\build\bin>java.exe @release_java_modules.txt -m b4j/b4j.example.main
java.io.IOException: Could not load jackcess resource com/healthmarketscience/jackcess/empty.mdb
java.lang.RuntimeException: Object should first be initialized.
java.lang.RuntimeException: Object should first be initialized.
..............................................................