package system does not exist code example
Example: package system does not exist
Very simple error 'package system does not exist'-
You have given lower case "s" instead of upper case "S" in class System.
So the solution is just change the lower case "s" of system to upper case "S".