B4J Question [SOLVED] Build Standalon Package Error

mw71

Active Member
Licensed User
Longtime User
Hi,

if i run "Build Standalone Package" i get the Error:
jar: Package schemaorg_apache_xmlbeans.system.sD023D6490046BA0250A839A9AD24C443 missing from ModulePackages class file attribute

i use jPOI (acess to Excel) so i add:
#PackagerProperty: AdditionalModuleInfoString = opens schemaorg_apache_xmlbeans.system.sD023D6490046BA0250A839A9AD24C443;
#PackagerProperty: IncludedModules = jdk.charsets

Without this #PackagerProperty Lines the build process work, but the build dont work.

B4J is Version 8.5
Java is OpenJAVA SDK 11 (https://b4xfiles-4c17.kxcdn.com/jdk-11.0.1.zip)
 
Top