To clarify, the manifest that I jar up now looks like this: Bundle-Name: Service listener example Bundle-Description: A bundle that displays messages at startup and when service events occur Bundle-Vendor: Apache Felix Bundle-Version: 1.0.0 Bundle-Activator: tutorial.example1.Activator Import-Package: org.osgi.framework
and, once jar'ed up, looks like this: Manifest-Version: 1.0 Bundle-Description: A bundle that displays messages at startup and when service events occur Bundle-Name: Service listener example Created-By: 1.5.0_08 (Sun Microsystems Inc.) Bundle-Activator: tutorial.example1.Activator Import-Package: org.osgi.framework Bundle-Vendor: Apache Felix Bundle-Version: 1.0.0 Jared -- View this message in context: http://www.nabble.com/%22BundleException%3A-unresolved-package%22-while-following-tutorial-tp15766532p15767490.html Sent from the Apache Felix - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

