Hi everyone!!
I want to start a series of bundles as an applet, I have confirmed that the
manifest file is OK, I have checked also that the number of bundles' version
is the same on all the manifest files I have.
This is my manifest file of my branding bundle:
Bundle-Activator:
net.java.sip.communicator.plugin.branding.BrandingActivator
Bundle-Name: Branding plugin
Bundle-Description: Branding plugin.
Bundle-Vendor: sip-communicator.org
Bundle-Version: 1.0
Import-Package: org.osgi.framework,
net.java.sip.communicator.service.browserlauncher,
net.java.sip.communicator.service.gui,
net.java.sip.communicator.service.gui.event,
net.java.sip.communicator.util,
javax.swing,
javax.swing.event,
javax.swing.border,
javax.swing.text,
javax.swing.text.html,
javax.imageio,
And this is what I have in the Java Console:
Welcome to Felix.
=================
ERROR: Error starting
file:/C:/eclipse/Workspace/SIPCommApplet/sc-bundles/branding.jar
(org.osgi.framework.BundleException: Unresolved package in bundle 26:
package;
(&(package=org.jdesktop.jdic.desktopnet.java.sip.communicator.service.applet)(version>=0.0.0)))
org.osgi.framework.BundleException: Unresolved package in bundle 26:
package;
(&(package=org.jdesktop.jdic.desktopnet.java.sip.communicator.service.applet)(version>=0.0.0))
at org.apache.felix.framework.Felix._resolveBundle(Felix.java:1650)
at org.apache.felix.framework.Felix._startBundle(Felix.java:1517)
at org.apache.felix.framework.Felix.startBundle(Felix.java:1470)
at
org.apache.felix.framework.Felix.setFrameworkStartLevel(Felix.java:1065)
at
org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:258)
at java.lang.Thread.run(Unknown Source)
And I have the same error in notification.jar, swing-ui.jar, systray.jar,
whiteboard.jar and extendedcallhistorysearch.jar.
Any idea??
Thanks in advanced!!
Regards