First of all thank you for providing such a useful IDE.
OS: Windows XP SP2
JDK: J2sdk1.2.4_08 (Sun Microsystems)
When I create a DB2 database connection using JT400.jar, I’m forced to first create it, then edit it before I’m able to choose which schemas to select. If I don’t close the configuration window first and then edit, I get a null error (no traceback, just a window with the error).
When I create an Oracle database connection using classes12.jar, I fill in the URL string with “jdbc:oracle:thin:@192.168.167.14:1521:PRODDB”. But when I go to edit it, it resets itself to the example URL, “jdbc:oracle:thin:@<server>[:<1521>]:<database_name>”.