I used to program Java a couple years ago, I have recently come back to Java and found a version change (1.0 to
Java 2). Oddly, my old code doesn't seem to compile under the new version.
The error I get is:
"class HellowWorldApp is public, should be declared in a file named HelloWorldApp.java"
What is it talking about? This is the same code I wrote and executed successfully three years ago, what has changed?
Any help is welcome. ----------------------------------------
Is George Lucas Kidding...
Java 2). Oddly, my old code doesn't seem to compile under the new version.
The error I get is:
"class HellowWorldApp is public, should be declared in a file named HelloWorldApp.java"
What is it talking about? This is the same code I wrote and executed successfully three years ago, what has changed?
Any help is welcome. ----------------------------------------
Is George Lucas Kidding...