I'm close to giving up! No matter what I do I get the noclassdeffound error. I can't get anything that uses Drools to work outside of eclipse. I've now tried using javac and I still get errors, the first is: ----------------------------------------------------------------------------------------------------------------
[javac] [search path for source files: [/Users/mark/Documents/eclipse/drools-test-mini/src]] [javac] [search path for class files: [... (lots of paths removed) ... /Users/mark/Documents/eclipse/drools-test-mini/JAR ...]] ... [javac] /Users/mark/Documents/eclipse/drools-test-mini/src/com/mda/dt/DroolsTest.java:6: package org.drools does not exist [javac] import org.drools.RuleBase; [javac] ^ ---------------------------------------------------------------------------------------------------------------- But the directory '/Users/mark/Documents/eclipse/drools-test-mini/JAR' has the following: antlr-runtime-3.0.jar drools-compiler-4.0.1.jar mvel14-1.2rc4rv908.jar xpp3_min-1.1.3.4.O.jar core-3.2.3.v_686_R32x.jar drools-core-4.0.1.jar xercesImpl-2.4.0.jar xstream-1.2.2.jar drools-ant-4.0.1.jar jxl-2.4.2.jar xml-apis-1.0.b2.jar The org.drools.RuleBase is in the drools-core jar file so what is it that I am doing wrong? -- View this message in context: http://www.nabble.com/Still-can%27t-create-a-standalone-application-tf4387915.html#a12510306 Sent from the drools - user mailing list archive at Nabble.com. _______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
