does that help?
Error: Can't read SoWhatsNew.java
1 error
this is the exact text there-in:
/**
* The SoWhatsNew class implements an application that
* simply displays "So Whats New" to the standard output.
*/
class SoWhatsNew {
public static void main(String[] args) {
// Display "So Whats New"
System.out.println("So Whats New");
}
}
------------------

Hey, one program leads to another!;(