Configuration :
jvm_path "C:/nginx_test/jre/bin/server/jvm.dll";
jvm_classpath "C:/nginx_test/lib/*";
This configuration works with windows server 2012 os. But fails to start nginx in windows 10.
If I change the configuration as
jvm_path auto;
It works fine. What could be the cause of the issue. Kindly help if anyone has faced similar issue.