How to load JDBC driver for Oracle SQL Developer
问题 My professor asks us to make a java program that asks the user to input the data and the data inputted should automatically be inserted into a table in sql developer . I have a background in Java and database but i'm not familiar with creating JDBC applications. I searched a tutorial online and it said that i need to register the JDBC driver first. I ran the code in my compiler but it outputs Error: unable to load driver class! . What should i do for it to register? I still don't know the