Search:

Type: Posts; User: copeg

Search: Search took 0.11 seconds.

  1. Re: ERROR:'Exception in thread "main" java.lang.NoSuchMethodError: main "

    Not exactly...the compilation is the same, but they run differenly, in this case it needs to be run as an applet
  2. Re: ERROR:'Exception in thread "main" java.lang.NoSuchMethodError: main "

    You are trying to run an applet like an application. Applications require a main method, applets don't. Try running using appletviewer rather than java.
Results 1 to 2 of 2