>
> in class Blink: void main(String argv[]) is not defined
>
I'll bet there is no main function in Blink.java (take a look at it).
With Java, everything is an object, but you need a place to start, and the
main function gives you that. If you don't have a main function, you
don't have a compilable Java program.
----------------------------------
Brian Eith
UW-Madison Computer Sciences
[EMAIL PROTECTED]
http://www.cs.wisc.edu/~eith
----------------------------------
Linux is user friendly. It's just selective about who its friends are.
--
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.