- 1
I need help with javac
"error: cannot find symbol public static void main (Strings [] args); symbol:class strings location:class exampleprogram 1error" does anyone know what to do?
1 Antwort
- 1
the data type of the args parameter is String and not Strings. Just remove the last s.