error no package system?

any ideas of whats wrong or what im doing wrong? thanks

C:\Documents and Settings\Dylan Moore\My Documents>javac app.java

app.java:4: package system does not exist

system.out.println("I Rule!");

^

app.java:5: package system does not exist

system.out.println("The World");

^

2 errors

[340 byte] By [gtrdude18a] at [2007-10-1 23:50:43]
# 1
> system.out.println("I Rule!");System.out.println("I Rule!");
ChuckBinga at 2007-7-15 15:41:57 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...
# 2
o ok, sorry im just trying to learn java. i take it, that its case sensitive. ive been too comfortable with vb6 i suppose. thanks for the help.
gtrdude18a at 2007-7-15 15:41:57 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...
# 3
Yes, Java is very sensitive to case. Learn to use the Javadoc documentation API as a reference. Most people download it and install it on their machine. It's available on the download page.
ChuckBinga at 2007-7-15 15:41:57 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...