我可以在 Eclipse 插件中使用 C++ 或 Python 吗?

Can I use C++ or Python in Eclipse plugin?

我需要一个 Eclipse 插件,它将使用一些用 python 或 C++ 编写的 API。

是否可以使用其中一种语言编写 eclipse 插件,或者我应该使用 JNI 之类的东西来调用 API?

Eclipse 插件必须写在 Java.

要使用 C/C++ 代码,您必须使用 JNI。

This question 包括从 Java.

调用 python