- Create new Dynamic Web Project
- Right click on the project folder and then select build path < Configure Build path
- After selecting configure build path
- Then click on Add external jars to connect mysql connector with the project
- At last click Apply and close the window I have provided the important files to run the project. You can simply use the servlet and html files in your project.
prettyquail/Java-Advance
Execute JDBC statements (Statement, PreparedStatement, CallableStatement) using servlet in Java.
Java