Hello, I'm having the same import resolution problem, using a fresh installation from
http://download.jboss.org/jbosstools/updates/stable/helios/
following the Help > Install New Software ... > procedure on eclipse/helios.
Then create the HelloWorld project, while referencing Drools Runtime as C:/ECLIPSE/PLUGINS
That is where the org.drools.eclipse_5.2.1.Final.jar was installed automatically.
In the package explorer, I could see this jar, and its contents are packages such as
- org.drools.eclipse.core
- org.drools.eclipse.dsl.editor
- org.drools.eclipse.rulebuilder.*
But the packages referenced in the sample are unfound and gives resolution problems.
Is it possible that the installed package is fully bugged, the helloworld example does not work out of the box ???
Maybe there is a missing package ?
Thanks for any hints !!!