Sean Laval 21.Apr.10 08:16 AM a Web browser Sametime Advanced8.0; 7.5.1 CF1; 7.5.1; 7.5Windows
I have a plugin that contributes a right click menu item to the names in the buddy list... works fine in 7.5 standalone but on 8 embedded in Notes I get a dialog saying the "The chosen operation is not enabled". Searching the logs I find
Caused by: java.lang.ClassNotFoundException: com.ibm.collaboration.realtime.livenames.LiveNameActionDelegate
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(Unknown Source)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(Unknown Source)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
So its a classpath issue but I don't quite know how to fix it. any help appreciated. Thanks.