java - 程序切片插件Indus和kaveri在eclipse中如何工作?

标签 java eclipse plugins program-slicing

了解到Indus是一个程序切片的框架,kaveri是它在eclipse上的插件。Indus的下载链接是http://forge.cis.ksu.edu/frs/?Group_id=12 ,但我无法打开它。

但是我在 github 中找到了一个 CVS 存储库 ( https://github.com/rvprasad/Indus_archive )。我将 Indus 和 kaveri 插件 jar 放入 eclipse 的 dropins 中,但不起作用。我切换到plugins目录了,还是不行。

最佳答案

Indus 插件太旧,无法在当前 Eclipse IDE 中运行。

目前,Indus 插件是一个旧式(Eclipse 2.x;非 OSGi)插件,从以下事实可以看出:例如the dependencies are specified in the file plugin.xml而不是在文件 META-INF/MANIFEST.MF 中。

不幸的是,since Eclipse Luna (4.4) which has been released 2014 old style plug-ins are no longer supported 。因此,如果您想在当前的 Eclipse IDE 中使用该插件,则需要更改代码。

关于java - 程序切片插件Indus和kaveri在eclipse中如何工作?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57239521/

相关文章:

javascript - setTimeout 在 jQuery 插件中不起作用

java - 找不到以下类: - ImageButton (Change to android. widget.ImageButton,修复构建路径,编辑XML)

用于搜索特定地址的 Java Mail API

java - Hibernate抛出转换数据类型异常

java - Eclipse EMF - 有没有一种方法可以在不同的 Eclipse 插件中引用属于模型一部分的类,而无需存储 tostring()?

arrays - 在不同的数据源(插件数组)上烘烤蛋糕控制台

java.lang.ClassNotFoundException : org. jooq.util.JavaGenerator 异常

eclipse - bundle 'org.eclipse.core.runtime'无法解析

Eclipse .properties 文件禁用 UTF-8 字符转义

vim - 如何使 emmet.vim 插件工作?