On Sun, Sep 9, 2012 at 5:57 PM, Michael Sheaver msheaver@earthlink.net wrote:
However, it appears that the system is not automatically creating the needed .class file, as shown in the complete output here:
My guess would be that the file is called "helloworld.java" but doesn't define a class called "helloworld" (remember that Java is case-sensitive).
HTH, Martin