Hi,
I'm a C++ guy trying, among other things, to get a handle on XSLT; my Java
is not as strong as my C++.
I've downloaded and attempted to install Saxon 7.1 on a Windoze
platform. I've followed the installation docs and put the .jars in a
directory in my class path. When I try to run an example included in the
download I get:
E:\Saxon\>java -jar saxon7.jar -a tour.xsl start=e5 >tour.html
Exception in thread "main" java.util.zip.ZipException:
The system cannot find the file specified
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(ZipFile.java:112)
at java.util.jar.JarFile.<init>(JarFile.java:117)
at java.util.jar.JarFile.<init>(JarFile.java:55)
Is this a Saxon problem? Is this a problem with my JDK (1.4) setup?
Thanks in advance,
R.
--
"I'm less of a neurotic perfectionist than I was. But I don't think
that anyone who has done good work in their life isn't a perfectionist.
You have to be."
-- John Cleese
|