Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Plugin versions and Eclipse 3.4\3.5
Plugin versions and Eclipse 3.4\3.5 [message #517344] Sat, 27 February 2010 01:59
Matias Bonaventura is currently offline Matias BonaventuraFriend
Messages: 2
Registered: February 2010
Junior Member
Hi,

V1 of my plugin used to run fine in Eclipse 3.4, but now I'm having problems with v2. I'm now developing using Eclipse 3.5, but I still need the plugin to run in 3.4.

My plugin provides and editor that extends the org.eclipse.ui.editors.text.TextEditor. When I run the plugin in Eclipse 3.4, I receive the error:
NoClassDefFoundError: "org/eclipse/ui/texteditor/ITextEditorExtension5

ITextEditorExtension5 is an interface that was added to the TextEditor in Eclipse 3.5, but I'm not using it.

My plugin depends on org.eclipse.ui.editors, but no specific version is specified:
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.ui.editors,
org.eclipse.jface.text,
......

How can I make it run in Eclipse 3.4? Should I develop in Eclipse 3.4 for this?
Any ideas?

Thanks,

Previous Topic:Could my Windows XP environment be causing this?
Next Topic:Plugin versions and Eclipse 3.4\3.5
Goto Forum:
  


Current Time: Thu Apr 18 02:00:10 GMT 2024

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

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

Back to the top