i am trying to migrate my application from weblogic 8.1 to 10.3. My
ant
script is given below
<target name="myejb">
<
java
classname="weblogic.appc">
<sysproperty key="weblogic.home" value="${WL_HOME}/server/lib"/>
</java>
</target>
when i am running the ant commant i am getting the below error
[java] Could not find weblogic.appc. Make sure you have it in your classpat
h
[java] at org.apache.tools.ant.taskdefs.ExecuteJava.execute(ExecuteJava
.java:138)
[java] at org.apache.tools.ant.taskdefs.Java.run(Java.java:764)
[java] at org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:218)
Please help me with this