|
-
March 1st, 2000, 05:24 PM
#1
'java.lang.NoSuchMethodError' PLEAASE URGENT HELP NEEDED
Please i need urgent Help ... I have a Program .... I did it in My collegs's Lab
And it was working Fine I copied It ... Now Trying to Run It On my Computer
Which Is a Pretty Powerfull One ... but I keep Getting This Error :
"An Exeption Of Type 'java.lang.NoSuchMethodError' was not Handled"
And It Points out this :
[....Bla Bla Bla .....]
public static void main(String args[])
{
//m = new Main ();
//Application.run (m);
Application.run (new Main());
}
static Main m;
}
What Is the Problem???? I replaced All The Files Path So it Works ... and still having this error .... Does Anyone Knows What it means???
Any Help Would Be greatly Apretiated ...
- Regards -
-
March 2nd, 2000, 07:55 AM
#2
Re: 'java.lang.NoSuchMethodError' PLEAASE URGENT HELP NEEDED
Check out for method run in Application class.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|