Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-dev] classpath

Double click on the plugin.xml of the plugin having classpath problems to bring up the PDE editor. Go to the dependencies tab, click on the add button, and select the plugin you depend on. Right click in the box containing all of the plugins and select "Compute Build Path". That should set up your classpath.

-Phil

laila l wrote:
Hi
using Eclipse How to set classpath for other class residing in other
plugins.
i have à project and i have developped a new a plugin, and i want to use one method in a
class  of the project.
It is giving following :
Unhandled exception caught in event loop.
ican help me to solve this problem.
thanks

_________________________________________________________________
MSN Search, le moteur de recherche qui pense comme vous ! http://fr.ca.search.msn.com/

_______________________________________________
pde-dev mailing list
pde-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/pde-dev






Back to the top