I have a bunch of eclipse plugins projects. Everything works fine when I run them from eclipse but when I try to create exe from the plugins I get the following error
A cycle was detected when generating the classpath Plugin A, Plugin B, Plugin C, Plugin D, Plugin B
How can I resolve this issue?
Thanks