Jump to content

org.sqlite.JDBC not found?


Recommended Posts

Posted (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 by Johnxtrem
Posted
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.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...