service.bat should handle JRE not just JDK for starting Elasticsearch #3739
Closed
Description
opened on Sep 19, 2013
Currently service.bat assumes a JDK is used but there are plenty of cases where a JRE Is used instead (the default Java installation).
Instead of failing, service.bat should use that instead and give a proper warning.
Activity