Suggest amend run parameter ordering in Running-a-Production-Copy-of-Find.md
djptek opened this issue · 1 comments
djptek commented
Issue observed with:
Maven home: C:\apache-maven-3.3.9
Java version: 1.8.0_102, vendor: Oracle Corporation
when running using:
java -jar find.war -Dhp.find.home=<path_to_find_home_directory>
fails due to:
java.lang.IllegalStateException: No configuration file defined. System property key: hp.find.home
reversing parameter order solved this on my platform
java -Dhp.find.home=<path_to_find_home_directory> -jar find.war