|
-
Jan 23rd, 2002, 04:20 AM
#1
Thread Starter
Lively Member
WebLogic Tuxedo Connector Question
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?
-
Jan 23rd, 2002, 08:53 AM
#2
Hyperactive Member
I would say to check your class paths to make sure they include that class location.
-
Jan 23rd, 2002, 09:32 PM
#3
Thread Starter
Lively Member
For compilation error, I read the documenation on java.sun.com, the documentation explain that i can unset the classpath by:
unset classpath
but afterthat i still hit the same error, greatly appreciated if some codes how to run (java ...) the thing by referring to classpath as well...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|