Java JasperReports/XML problem

TheDude05

Limp Gawd
Joined
Jan 27, 2005
Messages
393
I wrote this program on my laptop while I was on labor day break. Now I transfered it over to my main machine and it doesn't work. The part of the program that is crashing out, is when I load the jasperReports xml file to compile it. I'm geting this error.

Code:
WARNING: Parse Warning Error at line 1 column 0: URI was not reported to parser for entity [document]
org.xml.sax.SAXParseException: URI was not reported to parser for entity [document]

The xml files are in the right place, they are the same files, and they are properly conformed. Any ideas?
 
It could be differing versions of the JVM. I know there were big changes to the JAXP framework between 1.4 and 1.5. Perhaps your laptop and other machine are running different major versions of the JVM?
 
Im pretty sure they are both using the 1.5 jdk but I'll double check when I get off of work/done with class.
 
Back
Top