• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

setting up Drools in Galileo

 
Ranch Hand
Posts: 131
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi guys

I am working on setting up Drools5 in Galileo from last 2 weeks, gone through many links, and in fact am so confused at this moment.

Here are the recent ones that I followed
https://jira.jboss.org/jira/browse/JBRULES-1260
(I started with Ganymede in the hope that may be Eclipse3.4 will do the magic) But naah again I heard bodies saying try with the latest Eclipse, which comes with all the releases required.

Then I bumped in the posts on Ranch itself
http://www.javaranch.com
https://coderanch.com/t/421567/JBoss/unable-start-JBoss-server-through

And many more on the blogs, IRC sites, but I have not been able to make a concept on how to put all together.

Here I am attempting at only running the basic application, default drools project that Galileo gets you once you do a new Drool Project.

The error I first was getting related to some JDT, then I put this jar also in the classpath
org.eclipse.jdt.core_3.4.4.v_894_R34x.jar

The jars that I have in the drools runtime are
Now after all this now I am getting this error
Please help me out here. I have java1.6 on my machine. Same thing happening on other machine with JDK1.5 on that. Almost same problem I am getting while working on Ganymede as well. This plugins and features I have downloaded from
https://hudson.jboss.org/hudson/job/drools/lastSuccessfulBuild/artifact/trunk/target/
Here is the screenshot of the project that is set up in the IDE.
drools-prject-in-IDE.JPG
[Thumbnail for drools-prject-in-IDE.JPG]
DroolsProject set up in the Galileo
 
reply
    Bookmark Topic Watch Topic
  • New Topic