You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: