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


about PDE? Or where can I find more information. THanks.
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


And don't be scared because it's about 'eclipse plug-ins'. Even if you want a standalone application that has nothing to do with eclipse, making your project a plug-in project won't hurt and it gives you the power to manage dependencies, build path etc. using the PDE.

Felix