hi scott, here's my JVM issue --- good point though, I haven't tried other JVMs.
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build JDK-1.3.0-WebGain-024)
Java HotSpot(TM) Client VM (build 1.3.0--WebGain-016, mixed mode)
I can play around with other options tomorrow and let you know what I find......
thanks,
-mike
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 25, 2001 4:29 PM
To: [EMAIL PROTECTED]
Subject: Re: HTMLEntities.res not found
Hi Mike. What is your JVM? We were just discussing a potential bug today
that might occur in earlier JVMs.
-scott
"Mike Ward"
<mward@intera To: <[EMAIL PROTECTED]>
sset.com> cc: (bcc: Scott Boag/CAM/Lotus)
Subject: HTMLEntities.res not found
06/25/2001
05:14 PM
Please
respond to
xalan-dev
I apologize in advance if this question has been asked before but the
archives are not available at the moment....
I am having problems getting Xalan to locate the HTMLEntities.res file.
The only place that is seems to be picked up is if I drop a copy into the
directory where I launch my app from. I am working on Windows 2000 and
xalan.jar is in my classpath. Any help with this would be appreciated....
I am initializing the Serializer like:
Serializer serializer = SerializerFactory.getSerializer
(OutputProperties.getDefaultMethodProperties("html"));
The end result if a FileNotFoundException. I've looked through the code a
bit and it appears that the HTMLEntities.res file is first tried as a
resource and if that fails it attempts to load it as a URL, which would
explain why it is found when in the directory from where I launch the app.
What I can't figure out though is why it isn't found as a resource.....
thanks,
-mike
