ciao a tutti nel mio programma ho queste istruzioni

System.out.printf("%-15s %15s %n", heading1, heading2);

quando compilo ricevo questo errore

Exception in thread "main" java.lang.Error: Unresolved compilation problems:
The method printf(Locale, String, Object[]) in the type PrintStream is not applicable for the arguments (String, String, String)

qualcuno può aiutarmi?
grazie ciao