I need help with javac | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 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?

25th Nov 2016, 5:28 PM
Andrea
1 Answer
- 1
the data type of the args parameter is String and not Strings. Just remove the last s.
25th Nov 2016, 10:13 PM
Nasry Al-Haddad
Nasry Al-Haddad - avatar