I have the following problem : In the same workspace I have 3 projects, one is a plugin project, the other two contain classes that I should use in the plugin. How can I set the dependencies? The error is:
!ENTRY org.eclipse.osgi 2 0 2013-11-05 15:53:12.721
!MESSAGE The activator amedeoantonio.Activator for bundle AmedeoAntonio is invalid
!STACK 0
org.osgi.framework.BundleException: The activator amedeoantonio.Activator for bundle AmedeoAntonio is invalid...![enter image description here][1]
Root exception:
java.lang.ClassNotFoundException: amedeoantonio.Activator"
Thank you!!