I'm having trouble trying to understand why my program will only work in VS code. When I select inside VS code to run it will populate my gui table. However if I try to run the file inside the terminal while inside the code
java DbConnection.java
This is whats inside my .vscode/settings.json
{
"java.project.sourcePaths": ["src"],
"java.project.outputPath": "bin",
"java.project.referencedLibraries": [
"lib/**/*.jar",
"/Users/mattgranado/Desktop/SQLiteJDBC/**/*.jar"
]
}
the error below will occur.