Note: forwarded message attached.
                                
---------------------------------
 Here’s a new way to find what you're looking for - Yahoo! Answers 
--- Begin Message ---
Sir,

I am a final year student of Computer Science & Engg (B.tech). I am doing my 
final year B.Tech Project and in the project i am using Drools rule engine. 

i added the following jar files into the class file.

   drools-compiler-3.0.5.jar
   drools-core-3.0.5.jar
   drools-decisiontables-3.0.5.jar
   drools-jsr94-3.0.5.jar
   jsr94-1.1.jar
In the folder "drools_test" there are two things:

   HelloWorldExample.java
   HelloWorld.drl
Now javac HelloWorldExample.java works fine and create the following class files

   HelloWorldExample.class
   HelloWorldExample$Message.class
Now java HelloWorld produces the following errors.
java.lang.NoClassDefFoundError:org/apache/commons/jci/compilers/JavaCompiler
    at  HelloWorldExample.readRule(HelloWorldExample.java:46)
    at HelloWorldExample.main(HelloWorldExample.java:18)

The HelloWorldExample is working absolutely fine with Eclipse but since i have 
to implement openJMS with the drools so i need two java programs running 
parallely. 

Can you please help me how to run the rules file from command line? I need your 
help.

With regards,

Sudipta Deb.  (+919831606520)
Heritage Institute of Technology,
Kolkata,India

                                
---------------------------------
 Here’s a new way to find what you're looking for - Yahoo! Answers 

--- End Message ---
_______________________________________________
rules-users mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to