This is the mail archive of the java-discuss@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: My own problem with gcj


Brent Fulgham writes:
> Try adding a main() to your program.

There is one:

  public static void
  main(String[] args)
  {
     ...
  }

But people usually write it:

  public static void main(String[] args)
  {
    ...
  }

./A

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]