This content has been marked as final.
Show 1 reply
-
1. Re: Integrating rule file with a java application
gayatri.c Sep 11, 2009 10:01 AM (in response to gayatri.c)hi,
I've written the rules in a text file.
the text file getting converted to string.
But NullPointerException is thrown on :
builder.addPackageFromDrl(new StringReader(string));
Can anybody help me please?
Thanks in advance...