Hi Reddy, I also got an error reported when trying to start runExamples.bat. The reason were some blanks in the path defined in %JAVA_HOME%.
The fix is simple, just add some quotes around the java call: "%JAVA_HOME%\bin\java" -Xms256m -Xmx512m -server -cp %mainJar% %mainClass% In addition, for some examples the input, output, solved, unsolved folders are not part of the planner package. I took them from the subversion repository that can be found at: http://anonsvn.jboss.org/repos/labs/labs/jbossrules/tags/5.1.0.33002.M2/drools-planner/drools-planner-examples/data Regards, Andreas -- View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/Drools-Planner-Examples-not-working-tp910822p911804.html Sent from the Drools - User mailing list archive at Nabble.com. _______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
