I am developing Ghidrascripts with Eclipse Version: 2025-09 (4.37.0).
I want to compile the module GhidraEmulatorUI, GhidraEmulatorUI but Eclipse does not find class GhidraPythonInterpreter used in a HookManager class. In Eclipse, where I use plugin GhidraDev to collaborate with Ghidra, I tried adding the Ghidra/Features/Jython/jython.jar delivered with Ghidra 11.4, but it resulted in an error. I used Eclipse → Preferences → PyDev → Interpreters → Jython Interpreter for this.
In The Ghidra Book, but which is already 5 years old (but will get an upgrade soon), it mentions that Ghidra uses Jython, which relies on Python2.
I assume, the Jython version in Ghidra and Eclipse should match, so how can I resolve this issue?
Thanks a lot!