– System Setup ——————————-
Operating System and version:
Eclipse version:
Eclipse build id:
Fresh Eclipse install (y/n):
If not, was it upgraded to its current version using the update manager?
Other installed external plugins:
Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*:
MyEclipse version:
Eclipse JDK version:
Application Server JDK version:
Are there any exceptions in the Eclipse log file?
– Message Body ——————————-
Currently using MyEclipse 3.8 (Beta 2)
Unable to create an AS400 Connection Pool at Weblogic startup.
Weblogic Error Message => <Cannot startup connection pool “UKPool” weblogic.common.ResourceException: Cannot load driver class: com.ibm.as400.access.AS400JDBCDriver>
The JT400.jar file is specified in the “Prepend to classpath” in the Weblogic configuration.
I noticed that after saving the Weblogic configuration the “Prepend to Classpath” entries are missing their drive letter designations and the slash “\” directions are reversed.
“Z:\nosource_vob\lib\jt400.jar” BECOMES “jt400.jar – /nosource_vob/lib/jt400.jar”
The Oracle JDBC driver was found and worked, but this driver is located locally on my C:\ drive.
“C:\ora9ir2\jdbc\lib\classes12.jar” BECOMES “classes12.jar – /ora9ir2/jdbc/lib/classes12.jar”
This behavior is different than in MyEclipse 2.x.
Is there another way to specify classpath entries in MyEclipse 3.8 when the jar files and directories are referenced from network drives?