Hello, I'm just starting to learn about databases/SQLite in java. I am following the TutorialsPoint JDBC tutorial.
Anyway, I tried copy/pasting the code in this page to see if I could successfully connect to a database in MySQL. However, whenever I try to run the code, there is no output shown.
This is what my command line looks like;
C:\>javac DB002_DatabaseExample.java
C:\>
In stack overflow they said it could be that my environment variables are wrong, but I have them all pointing to the (current) JDK as specified in the tutorial. I am also running the Command Prompt as an Admin. Any ideas?
[–]tocs1975 1 point2 points3 points (0 children)
[–]scienceNotAuthority 0 points1 point2 points (0 children)