Hi,
I am a beginner in java programming.
Today I downloaded the jdk from oracle site and I continue at there site
to make the first program they suggest (hello world) to beginners.
I wrote the program step by step as they explain but when
I tried to compile it I got two errors that I do not understand them!!
1. error: cannot find symbol
public static void main (string[] args)
symbol: class string
2. package system does not exist
system.out.println("HelloWorld");
May someone help me please.