2

Okay, i have a question.
I am a real Noob when it comes to Java programming. I am trying to establish a database connection between my program and a sqlite database. I have everything ready:
- The Model
- The View
Now the problem i am having is defining the DBController that establishes the connection. And i have no idea how to start?!
Please help me :(
Love yall

Comments
  • 2
    You'll need to get the sqlite jdbc driver, put it in your lib directory, and then define the driver and url path in your xml file.

    Hope this helps. What IDE are you using?
  • 1
    @starrynights89
    Alright, i will give it a try!
    Thanks
    I am using Intelij Ultimate
  • 1
    @jonasky24 Make sure that the jar file is in the project library from file -> project structure.
Add Comment