java.lang.NegativeArraySizeException ERROR, Help!!!!
Hi,
I am running the following line of code and it is generating an error, I am not sure what is causing this error. ANy thoughts or pointers?
Command:
C:\Users\Sheetal\marcxml\marc4j>java org.marc4j.util.MarcXmlWriter summerland.xml
Error
java.lang.NegativeArraySizeException
at org.marc4j.MarcReader.parse(Unknown Source)
at org.marc4j.marcxml.MarcXmlReader.parse(Unknown Source)
at org.apache.xalan.transformer.TransformerIdentityImpl.transform(Unknow
n Source)
at org.marc4j.marcxml.Converter.convert(Unknown Source)
at org.marc4j.marcxml.Converter.convert(Unknown Source)
at org.marc4j.util.MarcXmlWriter.main(Unknown Source)
Total time: 61 miliseconds
thanks
sheetal

