Hi,
at the risk of stating the obvious, I would extract the source code from what I presume
is a .jar (I;ve looked at it in the past) and look for the beginning portion of the error
message (Windows search or grep on Linux). I say only the beginning, because the rest of the error message could very well be parameterized.
I hope this helps. Regards.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
am using jdom1.1 version jar. but still it gives the same error as "constructor xmloutputter(Format) undefined". can you let me know why this happens. i even checked the class file, the constructor is present.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
this error is really taking my time off. i checked for all the solution sgiven by you people but alas no result the same error keeps coming. can someonce plssssssss help me out of this.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
*** Running SQLUnit file: D:\BBSEclipse\Sample_Project\agitar-j2ee-tutorial\docroot\samplequery.xml
Getting connection(DEFAULT)
Setting up test...
Running test[1]: sqlunit (0ms)
Unresolved compilation problem:
The constructor XMLOutputter(Format) is undefined
Tearing down test...
am getting this compilation error. this occurs when the result doesnt match. kindly help me in resolving this
please some1 help with this problem. its urgent
Hi,
at the risk of stating the obvious, I would extract the source code from what I presume
is a .jar (I;ve looked at it in the past) and look for the beginning portion of the error
message (Windows search or grep on Linux). I say only the beginning, because the rest of the error message could very well be parameterized.
I hope this helps. Regards.
am using jdom1.1 version jar. but still it gives the same error as "constructor xmloutputter(Format) undefined". can you let me know why this happens. i even checked the class file, the constructor is present.
this error is really taking my time off. i checked for all the solution sgiven by you people but alas no result the same error keeps coming. can someonce plssssssss help me out of this.
Change the jdom version to 1.0 and it should resolve the compile error you got.