Im having trouble with a simple hello world program lol! Im hoping someone can shed some light on this.
So the error im receiving is the following:
$
You forgot about [] in String[] argv or ... in String... argv. This array is used to store arguments used in command creating JVM for your class like
[]
String[] argv
...
String... argv
java Hello argument0 argument1 argument2`
and so on.