[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

Re: [rules-users] Need Help: Errors while running FibonacciExample

2007-02-19 Thread venkatesh devalapura nagabhushana
Hi Marcus, Thanks for the response, I have not tried with Sun JDK, let me try it out and keep you posted. Thanks, Venkatesh On Mon, 2007-02-19 at 14:24 +0100, Marcus Ilgner wrote: Hi Venkatesh, On 2/19/07, venkatesh devalapura nagabhushana [EMAIL PROTECTED] wrote: Hi

Re: [rules-users] Need Help: Errors while running FibonacciExample

2007-02-19 Thread venkatesh devalapura nagabhushana
Hi, I shifted to Sun JDK. Now, I am seeing a new problem while trying to run FibonacciExample: java org.drools.examples.FibonacciExample Exception in thread main java.lang.NoClassDefFoundError: org/eclipse/jdt/internal/compiler/env/INameEnvironment at

[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 venkatesh devalapura nagabhushana
rubasinghe wrote: 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