Johnxtrem Posted June 5, 2017 Posted June 5, 2017 (edited) Hey, I've added sqlite-jdbc-3.18.0.jar to my project, included it in module dependencies (IntellijIDEA) and when I run OSBot script, it throws: org.sqlite.JDBC not found. ( Class.forName("org.sqlite.JDBC"); Could be that OSBot isn't allowing any database management or am I doing something wrong? Thanks! Edited June 5, 2017 by Johnxtrem
Eagle Scripts Posted June 5, 2017 Posted June 5, 2017 1 minute ago, Johnxtrem said: Hey, I've added sqlite-jdbc-3.18.0.jar to my project, included it in module dependencies (IntellijIDEA) and when I run OSBot script, it throws: org.sqlite.JDBC not found. Could be that OSBot isn't allowing any database management or am I doing something wrong? Thanks! You are correct OSBot doesn't allow any direct database connections as of now.
Johnxtrem Posted June 5, 2017 Author Posted June 5, 2017 1 minute ago, Eagle Scripts said: You are correct OSBot doesn't allow any direct database connections as of now. Thanks!