Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
I have a class called ListBoxFactory that contains many static methods(about 8) out of which 4 methods are called load(overloaded). When i try to add another static method called load, the project builds fine but during run time i am getting the following error : java.lang.NoSuchMethodError: ListBoxFactory: method load(Ljava/util/Vector;Ljava/lang/String;Ljava/lang/String;)V not found Please let me know what is happening here. Thanks.
Replies: |
Sponsored Links
|