Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » Issues importing package in code but not in manifest
Issues importing package in code but not in manifest [message #133374] Thu, 18 June 2009 23:48
Michael Sullivan is currently offline Michael SullivanFriend
Messages: 37
Registered: July 2009
Member
I'm playing around with drools flow, and since they have duplicate
packages across different jars, I made two of the jars fragments of
another (yeah, probably a better way to do this).

Anyway, now I'm trying to write code using a class from one of the
fragments. I use the Eclipse IDE Manifest editor to import the package I
want: org.drools.compiler.

Then in my code, I try importing the class - either as import
org.drools.compiler.* or as org.drools.compiler.PackageBuilder.

The ide insists no such package exists. I've made sure I've saved the
changes in my manifest as well.

Why would the manifest builder find it, but not the class validator?

Thanks,
mike
Previous Topic:Serving Eclipse version-specific features from a single p2 update site?
Next Topic:Automatic generating of update site
Goto Forum:
  


Current Time: Sat Apr 20 02:21:52 GMT 2024

Powered by FUDForum. Page generated in 0.02989 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top