Hi All,
I got the solution for this problem from the other Drools community hosted on Nabble. Thanks to Geoffery and Adreas for their valuable suggestions.
Andreas suggested me to the following:
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
Hope this would help someother guys.
Thanks
REDDY