Hi,
with B4J last version, Java JDK-11 last version
Using : IDE -> projet -> Générer une application autonome
I follow instructions from : integrated-b4jpackager11-the-simple-way-to-distribute-standalone-ui-apps
(and looked at some other threads ...)
While using the .EXE everything is OK ... until trying to open .docx file (runs well in B4J, debug or release)
the error is (full log in attachment) :
Caused by: org.apache.xmlbeans.SchemaTypeLoaderException: Cannot resolve type for handle _XY_Q=space|R=space@http://www.w3.org/XML/1998/namespace (schemaorg_apache_xmlbeans.system.sD023D6490046BA0250A839A9AD24C443.cttext7f5btype) - code 13
if it may help :
Thanks in advance for your advices
with B4J last version, Java JDK-11 last version
Using : IDE -> projet -> Générer une application autonome
I follow instructions from : integrated-b4jpackager11-the-simple-way-to-distribute-standalone-ui-apps
(and looked at some other threads ...)
While using the .EXE everything is OK ... until trying to open .docx file (runs well in B4J, debug or release)
the error is (full log in attachment) :
Caused by: org.apache.xmlbeans.SchemaTypeLoaderException: Cannot resolve type for handle _XY_Q=space|R=space@http://www.w3.org/XML/1998/namespace (schemaorg_apache_xmlbeans.system.sD023D6490046BA0250A839A9AD24C443.cttext7f5btype) - code 13
if it may help :
B4X:
#Region Project Attributes
#MainFormWidth: 600
#MainFormHeight: 900
#MergeLibraries: True
#AdditionalJar: sqlite-jdbc-3.7.2
#PackagerProperty: AdditionalModuleInfoString = opens schemaorg_apache_xmlbeans.system.sD023D6490046BA0250A839A9AD24C443;
#PackagerProperty: IncludedModules = jdk.charsets
#End Region
Thanks in advance for your advices