Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » org.eclipse.core.resources cannot be imported (M7)
org.eclipse.core.resources cannot be imported (M7) [message #197653] Thu, 19 February 2004 08:08 Go to next message
Eclipse UserFriend
Originally posted by: kleine_matthias.gmx.de

Hi there,

I created a plugin-project with a tree-view (with 3.0 M7).
The code generation wizard generates some code in which
the method ResourcesPlugin.getWorkspace() is called. However,
it "forgot" to generate an adequate import, so I get the
error message "ResourcesPlugin cannot be resolved".

When I try to import the plugin by using

import org.eclipse.core.resources

this does not work also. Obviously, this plugin cannot be
found in the installation of Eclipse3.0 M7 (Linux/gtk).

Any ideas of what could be the problem?

Best regards
Matthias
--
http://gnogito.berlios.de
Re: org.eclipse.core.resources cannot be imported (M7) [message #197934 is a reply to message #197653] Thu, 19 February 2004 13:53 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.NO.SPAM.us.ibm.com

Just doing an import is not sufficient. You need to update your
plugin.xml to also include it.

--
Thanks, Rich Kulp

Re: org.eclipse.core.resources cannot be imported (M7) [message #198332 is a reply to message #197653] Fri, 20 February 2004 06:01 Go to previous message
Eclipse UserFriend
Originally posted by: aks.terma.com

I had to include the required plugin in the plugin-bundle section of my
plugin manifest file (which I though was generated automatically, but i may
have broken this?)

remember the comma seperation!

/aksel
Previous Topic:changes in 3.0M6 and 3.0M7
Next Topic:Cannot Nest Output Folder
Goto Forum:
  


Current Time: Mon May 12 18:56:02 EDT 2025

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

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

Back to the top