2011-02-10 8 views
1

マニフェストを見つけることができません私はstart()しようと、それは言う:OSGiのは、アクティベータ

org.osgi.framework.BundleException: The activator MahjongActivator for bundle Mahjong is invalid 
     at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(AbstractBundle.java:156) 
     at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:751) 
     at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:370) 
     at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:284) 
     at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:276) 
... 
Caused by: java.lang.ClassNotFoundException: MahjongActivator 
... 
some more ClassNotFounds... 

なぜですか?

答えて

2

"Bundle-Activator:start.MahjongActivator"である必要があります。パッケージ名は省略されています。

関連する問題