I have one customer who has a problem with my application because of
an issue with Help.
java.lang.NoSuchMethodError:
javax.help.HelpSet.createHelpBroker(Ljava/lang/String;)Ljavax/help/
HelpBroker;
at com.jthink.jaikoz.menu.Help.<clinit>(Help.java:48)
It looks to me that the customer has old version of JavaHelp installed
somewhere on the classpath.
Method
public HelpBroker createHelpBroker(String presentationName)
is new in JavaHelp 2.0. So the class javax.help.HelpSet is on the
classpath, but it does not contain createHelpBroker(String ) method.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden