B4J Question Version 1.00 and Sql ver. 1.01 error

maxware

Well-Known Member
Licensed User
Longtime User
I installed version 1.00 of b4j
b4j with beta (5,4,3 ) and 1.00 for jsql open the database
sql_ana.Initialize ( v_path_db , " dbCatalog.db ", True )
opened the dbCatalog.db ok

b4j with 1.00 and 1.01 for jsql open the database I have to do
sql_ana.InitializeSQLite ( v_path_db , " dbCatalog.db ", True )
but does not open more ' database

Grazieee Mamo
google traslator

Program started.
main._cmdopenlocale_action (java line: 145)
C:\B4J\AlfaDeskPc\Objects\MS_catalogo
java.lang.RuntimeException: Class not found: org.sqlite.JDBC
Are you missing an #AdditionalJar attribute setting?
at anywheresoftware.b4j.objects.SQL.Initialize2(SQL.java:46)
at anywheresoftware.b4j.objects.SQL.Initialize(SQL.java:37)
at anywheresoftware.b4j.objects.SQL.InitializeSQLite(SQL.java:64)
at b4j.example.main._cmdopenlocale_action(main.java:145)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at anywheresoftware.b4a.BA.raiseEvent2(BA.java:93)
at anywheresoftware.b4a.BA$2.run(BA.java:159)
at com.sun.javafx.application.PlatformImpl$4.run(PlatformImpl.java:173)
at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
at com.sun.glass.ui.win.WinApplication.access$100(WinApplication.java:29)
at com.sun.glass.ui.win.WinApplication$3$1.run(WinApplication.java:73)
at java.lang.Thread.run(Thread.java:722)
 
Top