> The fix is simple, just add some quotes around the java call: > "%JAVA_HOME%\bin\java" -Xms256m -Xmx512m -server -cp %mainJar% %mainClass%
Fixing that on trunk later this week. Thanks :) With kind regards, Geoffrey De Smet awuttke schreef: > 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 _______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
