views:

14

answers:

0

People,

I already searched a lot but I'm not finding my answer..

I did a eclipse plugin that writes junit test cases from source code.

By now, I'm starting to use reflection in my code, but the plugin can't find the classes in the java project being tested!

Is there a way to use the selected project classpath in my plug-in? How??

I've seen many questions like mine out there, but with no answers. Please someone help!