[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.newcomer] Re: Java Import
|
Sounds like you need to read Chapter 5 of the Eclipse FAQ.
To use jdt.core, you need FAQ 97:
http://www.eclipsefaq.org/chris/faq/html/faq97.html
To use an external jar, see FAQ 105:
http://www.eclipsefaq.org/chris/faq/html/faq105.html
--
Chris Laffra, http://eclipsefaq.org
"Lewis Berman" <l.i.berman@xxxxxxxxxxxx> wrote in message
news:229fd4b15896a498d78b5e363d8f6660$1@xxxxxxxxxxxxxxxxxx
> I am working on a Java plugin. My source imports source from two other
> packages. One is the source for org/eclipse/jdt/core. The other is a
> third-party package, net.sourceforge.metrics-1.3.5. After several days, I
> still don't get it. I've tried unzipping them and "importing" them into
> the workspace, leaving them outside the workspace, etc. etc. How can my
> project reference these source files?
>
> A Very Frustrated Lewis
>
>