Empty contents when using JAR for html content
When I DON'Tt use a JAR file for my html content and run the help_demo application to display the help, I see my TOC and my help content in the window. However, if I creata a JAR of my html content, the TOC is displayed but the content window remains blank. Interestingly, the search does find topics, but again, they don't display in the content window.
Has anyone had this problem?
Below is the batch file I use to run things:
hs.bat
------
"C:\j2sdk1.4.0_01\jre\bin\java.exe" "-Dinstall.root=C:\ohelp" -classpath "C:\ohelp\help-demo-4_1_12.jar;C:\ohelp\help-4_1_12.jar;C:\ohelp\ohj-jewt-4_1_12.jar;C:\ohelp\oracle_ice-5_06_8.jar;C:\ohelp\swingall.jar;c:\path_to_my_jarfile\my_jarfile.jar;." oracle.help.demo.ChoiceDemo %1 %2