IntelliJ IDEA terminal java version issue -


i facing issue in intellij idea compiler settings. have jdk 8 installed , 1 of project in idea works on jdk 6.

i have changed compiler version in idea in preferences -> java compiler page , restarted idea.

javac in preferences

the problem facing on idea terminal version not getting updated. there way other setting java_home in .profile within idea solve this?

java version

i works expected. have changed compiler version intellij idea only, affects compilation process in intellij idea. setting not (and should not) affect terminal session environment. can change shell launch arguments in file -> settings -> tools -> terminal -> shell path. since setting can set per project (but not per module, far understand), can specify project-specific settings there. i'm not sure if it's possible pass project-specific variables there , have hard-code arguments, in simple case can changed like, let's say, cmd.exe /k echo welcome (on windows machine) or similar bash.


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -