Connection to H2 database

Discussion in 'Plugin Development' started by BigBlackSalami, Apr 1, 2020.

Thread Status:
Not open for further replies.
  1. Offline

    BigBlackSalami

    I can't connect to H2 database.
    I have this string of code.
    Class.forName("org.h2.Driver");

    I included H2 library in my project but it doesn't work.

    This is my error

    java.lang.ClassNotFoundException: org.h2.Driver

    SOMEONE HELP PLS.
    I'm sorry for my english
     
  2. Offline

    timtower Administrator Administrator Moderator

Thread Status:
Not open for further replies.

Share This Page