I need help with javac | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
- 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 ответ
- 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