]
Petr Široký resolved DROOLS-539.
--------------------------------
Fix Version/s: 6.3.0.CR1
Resolution: Done
Fixed for both {{drools-distribution}} and {{droolsjpm-integration-distribution}}.
runExamples.bat no longer works unaltered on windows with just JRE
installed
----------------------------------------------------------------------------
Key: DROOLS-539
URL:
https://issues.jboss.org/browse/DROOLS-539
Project: Drools
Issue Type: Bug
Reporter: Geoffrey De Smet
Assignee: Petr Široký
Fix For: 6.3.0.CR1
The JRE no longer installs "java" in the Windows PATH. As a result, downloading
the zip and running the examples with runExamples.bat doesn't "just work".
After a lot of experiments, I've fixed this on OptaPlanner with this commit:
http://github.com/droolsjbpm/optaplanner/commit/318f6a93b
So the hard work is probably over :) You might want to copy that to drools's and
drools-integration's runExamples.bat files.