LibrayCompiler error

padvou

Active Member
Licensed User
Longtime User
LibraryCompiler error

After downloading this
I run it and get an error: Additional libraries folder must be set in the IDE.
What do I need to do?

Moreover, is there some newbie tutorial about this tool?
 
Last edited:

padvou

Active Member
Licensed User
Longtime User
It's the same as I reported before:
B4X:
java.lang.ClassNotFoundException: net.sourceforge.jtds.jdbc.Driver
 
Upvote 0

padvou

Active Member
Licensed User
Longtime User
If you use the lib from here and get the sample project from here, you can direct it to load the lib that uses the 1.3.1 version.
When run it gives the java.lang.ClassNotFoundException.
 
Upvote 0

padvou

Active Member
Licensed User
Longtime User
Unfiltered log:
B4X:
java.lang.ClassNotFoundException: net.sourceforge.jtds.jdbc.Driver
   at java.lang.Class.classForName(Native Method)
   at java.lang.Class.forName(Class.java:217)
   at java.lang.Class.forName(Class.java:172)
   at com.tomlost.MSSQL.MSSQL.QueryExecute(MSSQL.java:114)
   at com.tomlost.MSSQL.MSSQL.Query(MSSQL.java:50)
   at UOP.UNITRACK.main._query_do2(main.java:742)
   at java.lang.reflect.Method.invokeNative(Native Method)
   at java.lang.reflect.Method.invoke(Method.java:511)
   at anywheresoftware.b4a.BA.raiseEvent2(BA.java:169)
   at flm.b4a.callsubextended.CallSubExtended$1.run(CallSubExtended.java:86)
   at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:442)
   at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:305)
   at java.util.concurrent.FutureTask.run(FutureTask.java:137)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1076)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:569)
   at java.lang.Thread.run(Thread.java:856)
Caused by: java.lang.NoClassDefFoundError: net/sourceforge/jtds/jdbc/Driver
   ... 16 more
Caused by: java.lang.ClassNotFoundException: net.sourceforge.jtds.jdbc.Driver
   at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:61)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:501)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:461)
   ... 16 more
 
Upvote 0

Reinaldo

Member
Licensed User
Longtime User
Hello, I can't run SLC , show message: Additional libraries folder must be set in the IDE. and i try the recomendations on this post but no open. I downdolad and unpackage this, then i run LibraryCompiler application, but nothing.

What do I do?
 
Upvote 0
Top