sagngh8 0 Posted May 4, 2011 Report Share Posted May 4, 2011 Hi:Every once in a while, I get the following exception when trying to read in my XML file. The file looks ok and seems to be valid. Any hints would be appreciated.I am trying to read the config file in mac os via applet and i get the above error.The same file while read form windows system works properlyjava.util.InvalidPropertiesFormatException: org.xml.sax.SAXParseException: Premature end of file.Best regards,SAGAR.This is my file syntax.<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd"><properties><comment>Configuration File</comment><entry key="x1">y1</entry><entry key="x2">y2</entry><entry key="x3">y3</entry><entry key="x4">y4</entry></properties> Quote Link to post Share on other sites
Ingolme 1,032 Posted May 22, 2011 Report Share Posted May 22, 2011 I can only guess that the file wasn't completely loaded for some reason causing the end tag to be mising. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.