Hey guys, literally just started trying to learn Java and already running into trouble-
Version Info-
C:\Program Files (x86)\Java\jre7\bin>java -version
java version "1.7.0_21"
Java(TM) SE Runtime Environment (build 1.7.0_21-b11)
Java HotSpot(TM) Client VM (build 23.21-b01, mixed mode, sharing)
Just trying a little 'Hello World' and I keep getting this error: "Error: Could not find or load main class C:\Java\hello2.java"
class Hello { public static void main(String[] args) { System.out.printIn("Hello World!"); } }