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
- HTMLEntities.res not found Mike Ward
- RE: HTMLEntities.res not found Scott_Boag
- RE: HTMLEntities.res not found Mike Ward
