The Artima Developer Community
Sponsored Link

Legacy Java Answers Forum
October 2000

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:

Run time error

Posted by Kiran Dhruva on October 24, 2000 at 11:41 AM

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



Google
  Web Artima.com   
Copyright © 1996-2009 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use - Advertise with Us