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.
Bye,
You might be right I did look into this sometime ago and he did have
another copy of the file
but I couldn't see how that could get on the Jaikoz classpath
Maybe it is also somewhere else. Check /Library/Java/Extensions , /
System/Library/Java/Extensions and ~/Library/Java/Extensions
If you run your application with -verbose flag you will see from which
jar particular class is loaded.
_______________________________________________
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