[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Re: import a class from another project

Will,

If you have a plugin project, when you open the MANIFEST.MF there will be a Dependencies tab and that's how you will control, indirectly, your classpath.


Williams wrote:
Ankur Sharma wrote:

Williams wrote:
Ed,
Thanks. It works when I used the 2nd option. Can you tell me more about PDE? Or where can I find more information. THanks.
Will




Tutorials would be a good start.
Help -> Welcome -> Tutorials -> Eclipse Plugin Development.

Also "PDE does plug-ins" is a good read
http://www.eclipse.org/articles/Article-PDE-does-plugins/PDE-intro.html

Thanks for the link. But after reading the above article, I still dont know where I should add the project which I would like to import. The article talks about dependencies, extension, and runtime. I dont know which part can fit my question. Thanks.
Will