1.

Why Do I Get An Exception When Trying To Find A Connection Factory?

Answer»

The exception is usually something like java.io.InvalidClassException or java.lang.NoClassDefFoundError.

Make SURE weblogic.JAR is in the CLASSPATH of the client. Also make sure you have the correct Java run-time jar files INCLUDED (i.e., you might need rt.jar).

The exception is usually something like java.io.InvalidClassException or java.lang.NoClassDefFoundError.

Make sure weblogic.jar is in the CLASSPATH of the client. Also make sure you have the correct Java run-time jar files included (i.e., you might need rt.jar).



Discussion

No Comment Found