> 
> in class Blink: void main(String argv[]) is not defined
> 

Blink is not an application, it's an applet.  The command
        java SomeClass
will only work for application classes - i.e. ones which implement
the main() function given in the error message.  Applet classes need
to be run from within a browser.  If you look in the Blink directory,
you will find an html file (example1.html, or similar).  Load this
file into a java-capable browser, and away you go...



Jon Moore.


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to