Posted By:
Al_Kent
Posted On:
Wednesday, September 26, 2001 09:40 PM
Hi,
I want to access my help system from within a jar file using the jar protocol. The issue is that I don't want to enter a fixed path to my jar file. I want something relative like this -
URL hsURL = HelpSet.findHelpSet(null, "jar:file://..myjarfile.jar!/myfile.hs);
An not something fixed like this -
URL hsURL = HelpSet.findHelpSet(null, "jar:file://c:myfoldermyjarfile.jar!/myfile.hs);
Any workarounds? Great, Thanks.