osx - IntelliJ IDEA asking for IDEA_HOME to be set in project configuration files - IDEA_HOME is undefined -


intellij idea community edition on mac os x giving error "idea_home undefined."

it has fix option. brings dialog: configure path variables - there undefined path variables in project configuration files. in dialog box, idea_home has no value

configure path variables dialog box idea_home blank.

i cannot find idea_home meant be. base directory of intellij idea application? .idea directory project?

thanks yole. looking @ files idea_home referring in .idea project xml files, able determine idea_home referred base application folder of idea on computer.

/applications/"intellij idea 13 ce 2.app"

a useful expanation of path variables here: https://www.jetbrains.com/idea/help/path-variables.html

if need access path variables on mac go intellij idea > preferences > path variables (under ide settings heading).


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -