When you compile and run the code, you should set the classpath options value.
Just like the following:
javac -classpath .;sqlitejdbc-v056.jar Text.java
java -classpath .;sqlitejdbc-v056.jar Text
Please pay attention to "." and the sparate ";"(win, the linux is ":")