Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[equinox-dev] class not found in the same package

Hi,

I am running standard, osgi framework bundles from inside eclipse 3.2.0.

I get a class not found exception java.lang.NoClassDefFoundError
However the package is already imported. There are two classes in the
package. One of them I am able to access but not the other ! (the
exporting bundle has the package inside a jar file in its classpath).

When I removed the import both classes are inaccessible. But if I
introduce the import only one of the classes becomes accessible. I have
ensured that only one bundle is exporting the package.

I'm stuck with this for a few hours now and don't know how to go around
looking for a solution. Any help is appreciated.

Thanks!
Mayank


Back to the top