Hi there,

I am trying to configure the Tuxedo connector under WebLogic, and according to this article http://edocs.bea.com/wls/docs61/wtc_...QStart_QS.html the steps where asked to issue command at this:

java weblogic.wtc.gwt.WTCValidateCF myConfig.xml

I found this error,

Exception in thread "main" java.lang.NoClassDefFoundError: weblogic/wtc/gwt/WTCValidateCF

what is the problem here? Is this becoz the CLASSES.ZIP does not contains this class? Shall I must have J2EE installed and being configured before running?