Hi All, I'm trying to use some classes that I provide in my bundle. So I want to use the classes inside my bundle from this same bundle. I don't know if I am doing something wrong, but my manifest file is sth like this:
Bundle-Activator: br.unifacs.nuperc.ice.osgi.perfsonar.clmp.ping.CLMPPingPlugin Export-Package: br.unifacs.nuperc.ice.osgi.perfsonar.clmp.ping Bundle-Classpath: . Import-Package: org.osgi.framework, javax.swing, org.w3c.dom, br.unifacs.nuperc.ice.osgi.perfsonar.clmp.ping Bundle-Name: CL-MP Ping Data Plugin Bundle-Description: A bundle that registers a CLMP Ping service access Bundle-Vendor: Ivo K. Koga Bundle-Version: 1.0.0 All the classes are in the same package at br.unifacs.nuperc.ice.osgi.perfsonar.clmp.ping. The CLMPPingPlugin.java is trying to use a class from the same package of it, but when I execute it, I receive the following error message: Exception in thread "Thread-3" java.lang.NoClassDefFoundError: br/unifacs/nuperc/ice/mpcl/ping/MPCLPingResultVO Hope you can Help me. Regards, Ivo K. Koga -- Msc. Candidate in Computer Networks at Universidade Salvador/BA/Brazil Measurement WG - RNP/Brazil