Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » org.eclipse imports not working?
org.eclipse imports not working? [message #216752] Tue, 19 June 2007 17:34 Go to next message
Eclipse UserFriend
Originally posted by: dmisrafel.gmail.com

Hi all -

I recently started poking around the code for the eclipsetrader project
and wante to compile it, but the import statement for every
eclipse-related file is saying "The import "org.eclipse.<whatever>" cannot
be resolved". I've tried uninstalling and reinstalling. Software update
doesn't work; it throws an error when I try to update eclipse itself.
Help!
Re: org.eclipse imports not working? [message #216776 is a reply to message #216752] Tue, 19 June 2007 18:18 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: ubaidu.gmail.com

Check if you have included appropriate plugins under the dependencies
section of the manifest.
Re: org.eclipse imports not working? [message #216784 is a reply to message #216776] Tue, 19 June 2007 18:34 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: dmisrafel.gmail.com

I'm still learning Eclipse and Java, so maybe you could give me some idea
how I check that?
Re: org.eclipse imports not working? [message #216836 is a reply to message #216784] Tue, 19 June 2007 20:52 Go to previous messageGo to next message
Mark Dexter is currently offline Mark DexterFriend
Messages: 324
Registered: July 2009
Senior Member
Daniel Ingraham wrote:
> I'm still learning Eclipse and Java, so maybe you could give me some
> idea how I check that?
>
Hi. Select your project, right-click, and select Properties. Then select
Build Path, then the Libraries tab. The desired libraries that supply
the Java packages to be imported need to be listed here and need to
point to the correct JAR file on your system.

One question: when you downloaded Eclipse, did you download the RCP
bundle or just the Java Development? If you just did the Java stuff, you
can get the RCP stuff. Go to Help / Update / Find and Install and follow
that wizard.

Another possibility just occurred to me. When you created your project,
did you create a new plug-in project (as opposed to a new Java project)?

I hope some of this helps. Mark Dexter
Re: org.eclipse imports not working? [message #217051 is a reply to message #216836] Wed, 20 June 2007 20:48 Go to previous message
Eclipse UserFriend
Originally posted by: dmisrafel.gmail.com

That did it! I just had to add external jars and highlight the contents
of the plugin folder within eclipse. I'm sure that adds a bunch of
libraries that I don't need, but I can worry about that after I'm done
figuring out which all I do need.

Thanks for all the help!
Previous Topic:'X' in tab disappears; bad design!
Next Topic:Axis: commons-logging-1.0.4.jar
Goto Forum:
  


Current Time: Thu Apr 25 07:52:07 GMT 2024

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

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

Back to the top