Article:
 |
|
Creating an Online Help System with JavaHelp and DocBook
|
| Subject: |
|
Two small problems following the article |
| Date: |
|
2003-10-20 06:24:37 |
| From: |
|
etienneg
|
|
|
1)page 2:
java -jar %JAVAHELP_HOME%\demos\bin\UserGuide.jar
give some errors:
Exception in thread "main" java.util.zip.ZipException: the system cannot find the path specified
at java.util.zip.ZipFile.open<Native Method>
at java.util.zip.ZipFile.<init><Unknown Source>
at java.util.zip.JarFile.<init><Unknown Source>
However double clicking at UserGuide.Jar works fine
2) page 7
jhindexer.sh .
It look like it is an UNIX command. What is the Windows equivalent? I have tried jhindexer . and it gives errors.
|
Showing messages 1 through 1 of 1.
-
Two small problems following the article
2003-10-20 09:56:11
ozten
[View]
The second problem is my fault, I appoligise for not including a reference to jhindexer.bat which is the windows script to launch the indexer. This is located under the bin directory, and there are .sh and .bat versions of these tools.
Happy Coding!