Hi guys...
Need Help... I'm finish with my first more complex project which using B4J desktop app with integrated Jasper report. When I want do distribute my application and using integrated packager for build Win exe, i receive a error:
But there is no solution, which will help me... Basicaly - how it's posible to add groovy to project? I try with both possibilities:
#PackagerProperty: IncludedModules = org.codehaus.groovy:groovy-all:2.4.3
#PackagerProperty: AdditionalModuleInfoString = use org.codehaus.groovy:groovy-all:2.4.3;
and received a error...
(sorry, this is my first b4j "not simple" project and need help)...
Thank's DaT
Need Help... I'm finish with my first more complex project which using B4J desktop app with integrated Jasper report. When I want do distribute my application and using integrated packager for build Win exe, i receive a error:
how can I add package for groovy.plugins into project? I found similar problem solved by @Erel - here: https://www.b4x.com/android/forum/threads/solved-b4jpackager11-jasperreports-error.115168/page-3B4JPackager11 Version 1.21
Exe name: OptDnCheck.exe
InputJar: C:\Work\Vtisk\B4JProjects\OptDnCheck\B4J\Objects\OptDnCheck.jar
Running: C:\Work\Vtisk\B4JPRO~1\OPTDNC~1\B4J\Objects\temp\FindDosPath.exe
Running: C:\Work\Install\Java\jdk-11.0.1\bin\jar
Package name: OptimusCheck.App
Running: C:\Work\Install\Java\jdk-11.0.1\bin\jdeps
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
Explicitly excluded modules: [javafx.web]
Included modules: [java.base, java.datatransfer, java.desktop, java.logging, java.management, java.management.rmi, java.naming, java.prefs, java.rmi, java.scripting, java.security.jgss, java.sql, java.sql.rowset, java.transaction.xa, java.xml, java.xml.crypto, javafx.base, javafx.controls, javafx.fxml, javafx.graphics, javafx.media, javafx.swing, jdk.security.auth, jdk.unsupported, jdk.unsupported.desktop, jdk.jsobject, jdk.xml.dom]
Running: C:\Work\Install\Java\jdk-11.0.1\bin\javac
.
.
module-info.java:32: error: package org.codehaus.groovy.plugins does not exist
uses org.codehaus.groovy.plugins.Runners;
^
module-info.java:33: error: cannot find symbol
uses org.codehaus.groovy.runtime.ExtensionModule;
^
symbol: class ExtensionModule
location: package org.codehaus.groovy.runtime
module-info.java:34: error: package org.codehaus.groovy.source does not exist
uses org.codehaus.groovy.source.Extensions;
^
3 errors
But there is no solution, which will help me... Basicaly - how it's posible to add groovy to project? I try with both possibilities:
#PackagerProperty: IncludedModules = org.codehaus.groovy:groovy-all:2.4.3
#PackagerProperty: AdditionalModuleInfoString = use org.codehaus.groovy:groovy-all:2.4.3;
and received a error...
(sorry, this is my first b4j "not simple" project and need help)...
Thank's DaT