[
Lists Home |
Date Index |
Thread Index
]
- From: Sean Kang <seankang@yahoo.com>
- To: xml-dev@ic.ac.uk
- Date: Mon, 21 Dec 1998 13:51:04 -0800 (PST)
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@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|