Tutorials : Configuring the SQuirrel JDBC client for use with MySQL :

5. Create a Driver in SQuirrel(Refer to Figure 2a).

  • Go to Drivers in the main toolbar and select New Driver from the drop-down menu, a pop-up titled Add Driver appears. Configure the following: Name: Type in the name you want here for the driver (In Figure 2a, it is -- MySQLSample) Example URL:
    jdbc:mysql:<//host>:<port>/<database name> 
    (In Figure 2a, it is--jdbc:mysql://localhost:3306/test)
  • Click on the 'Extra Class Path' tab and on the Add button Select the <mysql_driver>.jar file (Illustrated in Figure 2b)
  • Return to the 'Java Classpath' tab, at the bottom, there is a drop-down box. Paste the following class name: org.gjt.mm.mysql.Driver
  • Click OK


Figure 2a.


Figure 2b.

How to Add Java Applets to Your Site

New on the Java Boutique:

New Review:

Time Management Made Easy with the Quartz Enterprise Job Scheduler
Why not just use the Java timer API? This open source scheduling API boasts simplicity, ease-of-integration, a well-rounded feature set, and it's free!

New Applet:

Reverse Complement
Reverse Complement is a simple applet that converts DNA or RNA sequences into three useful formats.

Elsewhere on internet.com:

WebDeveloper Java
Lots of Java information on webdeveloper.com

WDVL Java
Thorough Java resource at the Web Developer's Virtual Library.

ScriptSearch Java
Hundreds of free Java code files to download.

jGuru: Your View of the Java Universe
Customizable portal with online training, FAQs, regular news updates, and tutorials.