How do I configure JBuilder to work with the Easysoft JDBC-ODBC Bridge client?
Add the Easysoft JDBC-ODBC Bridge client, EJOB.jar
, to your current JBuilder project as a "Required Library." To do this:
- In JBuilder, choose Project > Default Project Properties.
- In the Paths tab, choose Required Libraries.
- Choose Add.
- Choose New.
- Enter a name, For example,
Easysoft JDBC-ODBC Bridge
.
- Choose Add.
- Browse to
EJOB.jar
(include the filename EJOB.jar
).
- Choose OK.
The Library paths field should now contain the path to EJOB.jar
. For example:
[c:\Temp\EJOB.jar]
- Click OK.
- Choose the library that you named earlier.
- Use the OK button to save your changes and exit the dialogs.
You're now ready to use JBuilder.