- This topic has 4 replies, 3 voices, and was last updated 20 years, 3 months ago by Scott Anderson.
-
AuthorPosts
-
sjonesMember– 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?
Riyad KallaMemberThis is a known bug that is currently fixed in internal builds and will be released with our GA release shortly. We appologize for the inconvenience.
sjonesMemberWhat is the anticipated release date of the GA build?
Is there a manual (temporary) work aound I can perform to resolve this issue?
Riyad KallaMemberWe are shooting for a week or two, as for a work around I will check.
Scott AndersonParticipantWe talk about a workaround for this issue here:
http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-3086-highlight-workaround.html -
AuthorPosts