- Download/extract IBM Toolkit for Java/JTOpen.
- Copy the jt400.jar to C:\Oracle\sqldeveloper\jdbc\lib\jt400.jar
- Navigate to Tools > Preferences > Database > JDBC Driver Options
- Add a new JDBC Driver, calling the driver class as "com.ibm.as400.access.AS400JDBCDriver"
- For the Library definition, click Browse
- Name the Library as "AS400 JDBC"
- Add entry to the class path, referencing the jar file in step (2)
- Your new AS400 JDBC Driver should look like this
- Back to your SOA composite, simple use the Database Adapter
- The Database Adapter wizard will prompt you to create a new connection.
- Select Connection Type as "Generic JDBC" and Driver Class as "com.ibm.as400.access.AS400JDBCDriver"
- Now test the connection
- Done!
Thursday, October 28, 2010
Configuring JDeveloper 11g with AS400
The following steps is a guide on how to connect to an AS400 database using JDBC and JDeveloper 11g for design-time. Where my local JDeveloper installation is at C:\Oracle\sqldeveloper and my JDE server name is JDEEnt1.