How to call java class from ILOG JRules ? Is there any way or alternative ? kindly share.
Well we have in a situation like we have to call a java class method in ruleset. As particular case does match in business rule then we need to call the particular method of a java class.
The similar thing we can done Using Oracle Rule Author by using Call JavaClass.JavaMethod()
We don't know how to perform the same task in ILOG JRules
Thanks