NumberFormatException in Parser()
Sean Kang
seankang at yahoo.com
Mon Dec 21 21:51:31 GMT 1998
I encountered a NumberFormatException in the msxml package recently.
public Parser()
{
String version = System.getProperty("java.version");
Float fver = new Float(version);
jdk11 = (fver.doubleValue() >= 1.1) ? true : false;
caseInsensitive = false;
}
The version value is "1.1.4" and the exception is thrown when
executing the method fver.doubleValue().
I tried to fix this myself in my own local installation by opening up
the XMLJavaParse.dsp but I eventually ran into another problem where a
certain package was not available: com.ms.osp.* Where would I find
this com.ms.osp package??
Or, does anyone know the cause of this problem? I was able to use the
parser package before without this problem ( a couple of weeks ago).
_________________________________________________________
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)
More information about the Xml-dev
mailing list