IntelliJ System.out.println() - Cannot resolve method println(java.lang.String) -


i using intellij idea, learning java. went until yesterday, when mentioned error occurred.

i didn't make changes. looking solution following ways:

  1. reboot pc
  2. restart intellij.
  3. delete project directory , use 1 (both on desktop)

nothing helps. buy running simple hello world method. keeps showing error:

screenshot

is there able me?

ok, solved.

file -> invalidated caches / restart


Comments

Popular posts from this blog

Lists in Python -

android - can not access to progress bar in an other activity -

java - Vaadin 7 Pass Data Between Views -