B4J Question Error in B4J Stanalone

Please Help , I have a project from which I created an EXE executable file, but when I run it, it does not run and when I run the batch file, the following error appears. How can I fix it?
I used from additional jar file
B4X:
#Region Project Attributes 
    #MainFormWidth: 1536
    #MainFormHeight: 860 
    #AdditionalJar: jtds-1.3.1.jar
#End Region
#PackagerProperty: IconFile = ..\Files\icon.ico
 
i am sorry i can not attach png error file , copy this error

E:\B4X\B4J\B4J\PatientDashboard\Objects\temp\build\bin>java.exe @release_java_modules.txt -m b4j/b4j.labdashboard.main
main._vvvvv4 (java line: -1)
java.sql.SQLException: Could not find a Java charset equivalent to DB charset Cp1252.
at b4j/net.sourceforge.jtds.jdbc.JtdsConnection.loadCharset(Unknown Source)
at b4j/net.sourceforge.jtds.jdbc.JtdsConnection.<init>(Unknown Source)
at b4j/net.sourceforge.jtds.jdbc.Driver.connect(Unknown Source)
at java.sql/java.sql.DriverManager.getConnection(Unknown Source)
at java.sql/java.sql.DriverManager.getConnection(Unknown Source)
at b4j/anywheresoftware.b4j.objects.SQL.Initialize2(Unknown Source)
at b4j/b4j.labdashboard.main._vvvvv4(Unknown Source)
at b4j/b4j.labdashboard.main._vvvvvvvv5(Unknown Source)
at b4j/b4j.labdashboard.main._appstart(Unknown Source)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at b4j/anywheresoftware.b4a.BA.raiseEvent2(Unknown Source)
at b4j/anywheresoftware.b4a.BA.raiseEvent(Unknown Source)
at b4j/b4j.labdashboard.main.start(Unknown Source)
at javafx.graphics/com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$9(Unknown Source)
at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runAndWait$12(Unknown Source)
at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source)
at java.base/java.security.AccessController.doPrivileged(Unknown Source)
at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$11(Unknown Source)
at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source)
at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)


E:\B4X\B4J\B4J\PatientDashboard\Objects\temp\build\bin>pause
Press any key to continue . . .
 
Upvote 0

Daestrum

Expert
Licensed User
Longtime User
What was the error? It seems to be missing from your post #1.
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
 
Upvote 0
Top