Java JDBC Tutorial – Part 12.x: Creating Runnable JAR file with Eclipse
In this blog post, I'll show you how to create an runnable JAR file. This will use the code from video 12.10. A runnable JAR file allows you to have a single JAR file that includes all Java class files and supporting libraries. In our case, this includes the JAR files for the MySQL JDBC driver (client api code only) [...]