Play - IllegalStateException: path.home is not configured

December 2, 2015

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