Play - IllegalStateException: path.home is not configured

Problem:

IllegalStateException: path.home is not configured

Solution: 

Passing an activator initialization parameter (-Des.path.home):

  • ./activator -DenvTarget=local -Des.path.home=/Project/Path/etc -jvm-debug  9010 clean compile run
    Clicky