Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

 ghidra_bridge_server_background.py:cannot create 'jep.PyJClass' instances #76

Open
funny-mud-peee opened this issue Nov 4, 2024 · 0 comments

Comments

@funny-mud-peee
Copy link

I'm a beginner, and I've installed jep and set the environment variables like PYTHONPATH and JAVA_HOME, but I don't understand why I'm still encountering the error "TypeError: cannot create 'jep.PyJClass' instances." If possible, please help me resolve this issue. Thank you!
The error message is as follows:
ghidra_bridge_server_background.py> Running...
Traceback (most recent call last):
File "C:\Users\user.ghidra.ghidra_11.0_PUBLIC\Extensions\Ghidrathon\data\python\jeprunscript.py", line 31, in jep_runscript
exec(compile(source, path, "exec"), {**globals(), **additional_globals})
File "C:\Users\user\PycharmProjects\GhidraScript~\ghidra_scripts\ghidra_bridge_server_background.py", line 7, in
from ghidra_bridge_server import GhidraBridgeServer
File "C:\Users\user\PycharmProjects\GhidraScript~\ghidra_scripts\ghidra_bridge_server.py", line 16, in
class GhidraBridgeServer(object):
File "C:\Users\user\PycharmProjects\GhidraScript~\ghidra_scripts\ghidra_bridge_server.py", line 66, in GhidraBridgeServer
class InteractiveListener(ghidra.framework.model.ToolListener):
TypeError: cannot create 'jep.PyJClass' instances
ghidra_bridge_server_background.py> Finished!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant