How to recursively traverse a directory tree? How do I send a POST request using Java?
Sep 23

To run a Java class it must have a method with the following signature:

public static void main(String[] args)


public class MyClass
{
   /**
   *  This method will get run when you execute MyClass
   */

   public static void main(String[] args)
   {
       // your application starts executing here
   }
}

del.icio.us:I'm getting the error 'java.lang.NoSuchMethodError: main. Exception in thread  digg:I'm getting the error 'java.lang.NoSuchMethodError: main. Exception in thread  spurl:I'm getting the error 'java.lang.NoSuchMethodError: main. Exception in thread  wists:I'm getting the error 'java.lang.NoSuchMethodError: main. Exception in thread  simpy:I'm getting the error 'java.lang.NoSuchMethodError: main. Exception in thread  newsvine:I'm getting the error 'java.lang.NoSuchMethodError: main. Exception in thread  blinklist:I'm getting the error 'java.lang.NoSuchMethodError: main. Exception in thread  furl:I'm getting the error 'java.lang.NoSuchMethodError: main. Exception in thread  reddit:I'm getting the error 'java.lang.NoSuchMethodError: main. Exception in thread  fark:I'm getting the error 'java.lang.NoSuchMethodError: main. Exception in thread  blogmarks:I'm getting the error 'java.lang.NoSuchMethodError: main. Exception in thread  Y!:I'm getting the error 'java.lang.NoSuchMethodError: main. Exception in thread  smarking:I'm getting the error 'java.lang.NoSuchMethodError: main. Exception in thread  magnolia:I'm getting the error 'java.lang.NoSuchMethodError: main. Exception in thread

written by objects \\ tags: ,


Leave a Reply

You must be logged in to post a comment.