Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Empty contents when using JAR for html content

322339Aug 13 2002
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

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 26 2002
Added on Aug 13 2002
3 comments
630 views