So I have an issue that I could not change my compiler in IntelliJ. I am going to Preferences»Build, Execution, Development»Java Compiler
After I change Java 1.8 - Then I run my code and it is popping out a debug info:
"java 6 used to compile java sources"
After two: " invalid source release 1.8 " enter image description here
---- Mac OS X - installed JAVA SE kit ---
May I have to change my compiler in terminal ?
What should I wrote there ?
Can anybody help, because without it I can't even run my code.. : (