Close
jGuru Forums
Posted By: Mike_Salovich Posted On: Friday, August 2, 2002 02:32 PM
Can anyone help me with a "VerifyError"? The java.sun.com forums say that it may be either a corrupted jar file or an Intellij bug. I updated my jar files but I'm still getting the error. Any ideas? Could this be an Intellij bug? Any coding alternatives? Here's the problematic code. I'm trying to read a XML configuration file.... BufferedReader inputStream = new BufferedReader(new FileReader(fileURL)); DOMParser parser = new DOMParser(); parser.parse(new InputSource(inputStream)); Document document = parser.getDocument(); document.normalize(); The servlet works if I comment out the "parser.parse" line. Here's the strange thing: the servlet blows up when it loads, not when this code is executed. Any help would be appreciated. mike.salovich@lawson.com
Re: VerifyError: Incompatible object argument for function call
Posted By: Stanislav_Davydov Posted On: Wednesday, August 14, 2002 10:32 AM