Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
When using MyEclipse to start Weblogic 8 on my machine, what .cmd file does
it use to do this? If I use my startWebLogic.cmd file and modify it to add
a jar file to the classpath, I can connect to my database. When I use
MyEclipse to start Weblogic I get an error that it could not load my JDBC
driver from the jar file. What am I missing?
MyEclipse does not use a cmd file for launching WLS. Instead it launches a JVM using the Eclipse launch-configuration facility internally. You can always view the launch configuration at runtime from the debug view. Just right-click on the top-level WLS program node and view properties. Also the following thread describes a JDBC configuration case we assisted another user for WLS.