Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] How to include PTP in plugin dependencies

Hi,
    I am developing a plugin that requires some CFG and data flow analysis. So , I decided to use the PTP. But, even though I have the PTP jars in my dependencies of the project, when I run the plugin I get the following error

!STACK 0
java.lang.NoClassDefFoundError: org/eclipse/ptp/pldt/mpi/analysis/cdt/graphs/IControlFlowGraph
    at de.sepl.cs.unifrankfurt.transformationlanguage.transLangRefactoringRunner.run


Is there a way to make ptp a plugin dependency or any other way to resolve this issue

Back to the top