distributing JavaHelp with an app
843798Aug 8 2001 — edited Aug 8 2001Hi
I have an application which uses JavaHelp and this works great on my development workstation. I wanted to distribute my app at this point and wondered if anyone could tell me what i'm missing to get the JavaHelp system working on another machine. I haven't packaged anything separately, it is all within one jar file (helpset.hs, map.jhm, toc.xml etc). When I try to run my app on any other machine so far, i get the error message:
"java.lang.NoClassDefFoundError: javax/help/HelpBroker."
What do I need to package with my app so that the target machine can run my app and the javahelp system? Do I need to package the jh.jar along with it?
sorry for the cross post but I really need help with this.
Thanks!