The IBM WebSphere Studio Application Developer (WSAD) is an IDE tool designed for professional
developers of Java and J2EE applications, who require integrated Web, XML, and Web Services
support. The WebSphere Studio Application Developer has been developed based on the
Eclipse Workbench.
Contrary to the Eclipse Workbench, which you can download and use freely, the
WebSphere Studio Application Developer is a commercial product.
Installing MySQL JDBC driver 2.0.14
Information
none
Operating system used
Windows XP Home Edition Version 5.1 SP 2
Software prerequisites
WebSphere Studio Application Developer 5.0
Procedure
- Install MySQL JDBC Driver 2.0.14.
- Start WSAD and select menu options: Window | Preferences.
- Expand node "Java" and select "Classpath Variables".
- Press button New and enter the following values:
Name: MYSQL_JDBC
Path: C:/Tools/mysql-connector-java-2.0.14/ mysql-connector-java-2.0.14-bin.jar
- Press OK button and again OK Button.
- You can now enter this classpath variable into your own project classpath. In the J2EE perspective,
click tab J2EE navigator.
- Right click on the project name and select "Properties".
- Select "Java Build Path", click tab "Libraries", click "Add Variable" button,
select variable "MYSQL_JDBC", press OK Button and again OK Button.
|
|