Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » slickedit plugin
slickedit plugin [message #605926] Thu, 03 June 2010 10:09
lzimprint  is currently offline lzimprint Friend
Messages: 2
Registered: June 2010
Junior Member
I use link files to relate my slickedit 3.3 plugin to eclipse 3.5 .but it's not available.

encountered error below:
---------------------
org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter $TerminatingClassNotFoundException: An error occurred while automatically activating bundle com.slickedit.eclipse.plugin (219).

.....

Caused by: org.osgi.framework.BundleException: Exception in com.slickedit.eclipse.SlickEditPlugin.start() of bundle com.slickedit.eclipse.plugin.
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.s tartActivator(BundleContextImpl.java:806)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.s tart(BundleContextImpl.java:755)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWor ker(BundleHost.java:352)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.star t(AbstractBundle.java:280)
at org.eclipse.osgi.framework.util.SecureAction.start(SecureAct ion.java:408)
at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter .postFindLocalClass(EclipseLazyStarter.java:111)
... 57 more
Caused by: java.lang.Exception: SlickEdit Core Cannot Start.
at com.slickedit.eclipse.SlickEditPlugin.start(SlickEditPlugin. java:508)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1 .run(BundleContextImpl.java:783)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.s tartActivator(BundleContextImpl.java:774)
... 62 more

-------------

Has anyone encountered such problem, i need your sharing .thanks
Previous Topic:slickedit plugin
Next Topic:Casting ISelection to IMethod
Goto Forum:
  


Current Time: Fri Mar 29 00:50:35 GMT 2024

Powered by FUDForum. Page generated in 0.03342 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top