tags:

views:

39

answers:

2

Hi all, I want to know why and how to add a plug in dependency for any project in eclipse.

+2  A: 

Plug-in Dependencies from the Eclipse Documentation Archives

Hope this helps.

Anthony Forloney
A: 

Click on the project , choose properties, go to Java Build Path .. add jars or add external jars should solve your problem.

c0mrade