-
Notifications
You must be signed in to change notification settings - Fork 17
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
Error occurred during initialization of VM #47
Comments
What JDK do you have? There is a similar issue here jpype-project/jpype#1242 However, Ghidra already requires the full JDK so this shouldn't be an issue. I did quite a bit of testing with jpype, Ghidra + PyGhidra before jpype 1.51 went out to ensure it wouldn't break PyGhidra. I have tested up to JDK 23 without issue. |
You found the problem,
The dll exists at that precise path, but returns the error anyway :( I tried both with JDK 23 and JDK 21 at the newest versions and at two older ones as well (21.0.1 and 23.0.1). |
What JDK do you have installed? Not the version, where did you get it? I wrote a portion of the code in jpype that handles this which is why I want to know. There is no reason for a JDK to exclude this standard module since it's for profiling and debugging. You should have a |
@clucian-mwb Can you run |
@astrelsky Yes I have both of those files at that paths. @ryanmkurtz This is the version I have installed right now, I tried an older one as well. Ghidra works smoothly.
|
I am trying to run
./pyhidraw
, however it returns the following error.Is it an issue with JDK? My java version is
"21.0.5" 2024-10-15 LTS
. Thx in advanceThe text was updated successfully, but these errors were encountered: