EGL uses a different process to connect with the database at run
time than it does at design time. These differences might result in
errors when you try to run your code. These errors are not likely
to occur anywhere except in the debugger:
- EGL might not be able to find the Java™ class
containing the driver for your database manager, even though you specified
a Class location in the New Connection wizard.
To correct this error, make sure the driver is on the classpath for
your project:
- Right-click on your project name in the Project Explorer view
and click Properties from the pop-up menu.
- Select Java Build Path from the left pane
of the Properties window.
- Click the Libraries tab on the Java Build Path page.
- If the correct class location is not displayed, click Add
External JARs and add the class and location. You can
copy this information from your Connection; see Editing or deleting an SQL database connection
.