[rules-users] Unable to compile JBoss Rules example code - HelloWorldExample.java

2007-02-19 Thread venkatesh devalapura nagabhushana
Hi, I am unable to compile the example code for JBoss, could some body help me out how to go about compiling the example code ? Is there a document that explains the steps for compiling the example source code ? Please let me know. Following is the error I am getting while trying to compile

[rules-users] Unable to compile JBoss Rules example code - HelloWorldExample.java

2007-02-16 Thread venkatesh devalapura nagabhushana
hi, I was trying to compile the example code that is provided with Jboss Rules - HelloWorldExample.java using javac. I got following errors even though i included the jar files in the class path, please let me know how to go about compiling the example: ERROR in HelloWorldExample.java (at line

Re: [rules-users] Unable to compile JBoss Rules example code - HelloWorldExample.java

2007-02-16 Thread sumedha rubasinghe
looks like missing library problem to me On 2/16/07, venkatesh devalapura nagabhushana [EMAIL PROTECTED] wrote: hi, I was trying to compile the example code that is provided with Jboss Rules - HelloWorldExample.java using javac. I got following errors even though i included the jar files

Re: [rules-users] Unable to compile JBoss Rules example code -HelloWorldExample.java

2007-02-16 Thread venkatesh devalapura nagabhushana
Thanks for response, following is my classpath setting, could you please tell me what i am missing ? $ echo $CLASSPATH /usr/local/bin/jdk1.5.0_04: /home/dnv/smc/PolicyMgmt/lib: /home/dnv/smc/PolicyMgmt/lib/antlr-2.7.6.jar: /home/dnv/smc/PolicyMgmt/lib/antlr-3.0ea8.jar:

Re: [rules-users] Unable to compile JBoss Rules example code -HelloWorldExample.java

2007-02-16 Thread sumedha rubasinghe
Your classpath does not contain drools jars. drools-core-version.jar drools-compiler-version.jar On 2/16/07, venkatesh devalapura nagabhushana [EMAIL PROTECTED] wrote: Thanks for response, following is my classpath setting, could you please tell me what i am missing ? $ echo $CLASSPATH