Hi,
I am having a problem creating an executable jar that uses JavaHelp as
described in Professional Java Programming(B. Spell) Chapter 18. I am able
to run my application fine when I am in my IDE (Visual Cafe). I have the
jhall.jar included in my classpath there. But when I create an executable
jar, I get an error stating:
Exception occurred during event dispatching:
java.lang.NoClassDefFoundError: javax/help/HelpSet
at MerchantMain.initializeHelp(MerchantMain.java:179)
I unzipped the jhall.jar into the javax.help. etc... directories and then
included this in my new jar file. Then I received the follwing error:
Exception occurred during event dispatching:
java.lang.NoClassDefFoundError: com/sun/java/help/impl/XmlReader
at javax.help.HelpSet.parseInto(HelpSet.java:572)
Any tips on how I can create an executable jar that I can distribute here
to others on my network?
Any advice would be greatly appreciated.
Thanks!