mercredi 24 juin 2015

WARNING: you seem to not be using the Xerial SQLite driver

I used libs

    <dependency>
        <groupId>org.xerial</groupId>
        <artifactId>sqlite-jdbc</artifactId>
        <version>3.8.6</version>
    </dependency>
    <dependency>
        <groupId>com.j256.ormlite</groupId>
        <artifactId>ormlite-core</artifactId>
        <version>4.48</version>
    </dependency>
    <dependency>
        <groupId>com.j256.ormlite</groupId>
        <artifactId>ormlite-jdbc</artifactId>
        <version>4.48</version>
    </dependency>

Run a main class shows too many errors:

WARNING: you seem to not be using the Xerial SQLite driver

How to disable it

help me

Aucun commentaire:

Enregistrer un commentaire