Installing JBoss Drools Eclipse IDE Plugin: JUnit dependency. How do I install it?

Posted by ????? on Stack Overflow See other posts from Stack Overflow or by ?????
Published on 2010-05-15T22:51:43Z Indexed on 2010/05/15 23:00 UTC
Read the original article Hit count: 723

Filed under:
|
|
|

I'm new to this whole JBoss/JUnit world.

I'm trying to install the JBoss Drools plugin for the Eclipse IDE and I get this error.

Cannot complete the install because one or more required items could not be found.
  Software currently installed: JBoss Drools Core 5.0.1 (org.drools.eclipse.feature.feature.group 5.0.1)
  Missing requirement: Drools Eclipse Plug-in 5.0.1 (org.drools.eclipse 5.0.1) requires 'bundle org.eclipse.jdt.junit 0.0.0' but it could not be found
  Cannot satisfy dependency:
    From: JBoss Drools Core 5.0.1 (org.drools.eclipse.feature.feature.group 5.0.1)
    To: org.drools.eclipse [5.0.1]

I downloaded junit and told Eclipse to add it to the default classpath, and also added it to my login CLASSPATH variable, but Eclipse still complains.

What's the proper way to install the plugin?

© Stack Overflow or respective owner

Related posts about drools

Related posts about junit