This week's book giveaway is in the Testing forum.
We're giving away four copies of Practical Unit Testing with TestNG and Mockito and have Tomek Kaczanowski on-line!
See this thread for details.
The moose likes Ant, Maven and Other Build Tools and the fly likes ejb:java.lang.VerifyError Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Practical Unit Testing with TestNG and Mockito this week in the Testing forum!
JavaRanch » Java Forums » Engineering » Ant, Maven and Other Build Tools
Reply Bookmark "ejb:java.lang.VerifyError" Watch "ejb:java.lang.VerifyError" New topic
Author

ejb:java.lang.VerifyError

shubha joshi
Greenhorn

Joined: Jul 30, 2004
Posts: 2
hi,
i am new to ejb..& weblogic

i have copied my application into weblogic & then used ANT... it is building build.xml and then giving the error as



java.lang.VerifyError: (class: org/apache/tools/ant/taskdefs/optional/ide/VAJExp
ort, method: execute signature: ()V) Incompatible object argument for function c
all
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:120)
at org.apache.tools.ant.Project.init(Project.java:163)
at org.apache.tools.ant.Main.runBuild(Main.java:387)
at org.apache.tools.ant.Main.main(Main.java:149)

Total time: 1 second
(class: org/apache/tools/ant/taskdefs/optional/ide/VAJExport, method: execute si
gnature: ()V) Incompatible object argument for function call

i tried with installing JDK 1.3.1_01,(one of the answer to the same question),but still i am getting this error.

please help

thank you
 
 
subject: ejb:java.lang.VerifyError
 
Threads others viewed
java.lang.VerifyError:
java.lang.VerifyError
Invalid implementation version... when weblogic.jar on classpath
Getting only modified from vss using ant scripts
Problem setting Ant junit task
MyEclipse, The Clear Choice