org.osgi.framework.BundleException: The activator

错误:

Xml代码   收藏代码
  1. !ENTRY org.eclipse.osgi 2 0 2010-10-29 10:54:21.750  
  2. !MESSAGE The activator com.*.*.extcomm.Activator for bundle com.*.*.extcomm is invalid  
  3. !STACK 0  
  4. org.osgi.framework.BundleException: The activator com.*.*.extcomm.Activator for bundle com.*.*.extcomm is invalid  

解决办法:
在MANIFEST.MF配置文件中:Runtime/Classpath中添加编译 路径"."

你可能感兴趣的:(org.osgi.framework.BundleException: The activator)