I'm trying to compile my program via command line using an external jar of sqlite.
This is the command im running
javac -cp sqlite.jar ./Controllers/*.java ./DrawingTool/*.java *.java
java src.Login
This should run the main class, however instead i'm getting the error
However I am getting an error that there is no suitable driver.