(Project) A functional menu for buying different items from an online store. The Tech Store Project is an easy to use application designed for online shops to keep track of user accounts and a catalog of items set by the application manager.
This compiles your code while including the SQLite JDBC driver in the classpath:
javac -cp ".;sqlite-jdbc-3.49.1.0.jar" src\*.java
Still in the same directory, run your program like this:
java -cp ".;sqlite-jdbc-3.49.1.0.jar;src" Main
This compiles your code while including the SQLite JDBC driver in the classpath:
javac -cp ".:sqlite-jdbc-3.49.1.0.jar" src/*.java
Still in the same directory, run your program like this:
java -cp ".:sqlite-jdbc-3.49.1.0.jar:src" Main