Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-dev] [DEPENDENCY ISSUE]

Hey guys,


I just started writing my first eclipse plugin (project wizard) and I'm having an issue regarding 3rd libraries.

My plugin needs to instantiate a class that is inside of a separated jar file. When I try to test my plugin, it just gives me a class not found exception.

How can I make sure eclipse can find that jar to add to the classpath?

Is it something I need to configure on my plugin?

Thanks very much

Best regards,

--
João Kreuzberg

Back to the top