|
| Re: java.lang.NoClassDefFoundError: |
 |
Mon, 10 Dec 2007 08:32:29 -080 |
Solved!
Had to unpack the wseeclient.zip and then add the *.jars to the tagdef
classpath
Like this:
<taskdef name="clientgen"
classname="weblogic.wsee.tools.anttasks.ClientGenTask">
<classpath>
<fileset dir="D:/devLib3p/java/com/bea/wls10/wseeclient"
includes="*.jar"/>
</classpath>
</taskdef>
--
|
| Post Reply
|
|
|
|
|
|
|
|
|
|