-
Notifications
You must be signed in to change notification settings - Fork 125
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: Java API only partially available - Adoptium jdk8u352-b08 - Windows 10 x64 #273
Comments
Same kind of issue however Java,available is false in my case
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to debug a 32bit Java 8 Windows application using latest version of Frida 16.0.3 but I got this error: Java API only partially available; please file a bug
I've already installed the Adoptium Temurin JDK 8 (former AdoptOpenJDK)
https://adoptium.net/temurin/archive/?version=8
https://github.com/adoptium/temurin8-binaries/releases/tag/jdk8u352-b08
and set the program to run using it
https://www.ayrx.me/frida-hotspot-jvm/
Why doesn't it load symbols from jvm.dll and I cannot load them manually from .pdb file?
loaded frida-agent is x64 and the application runs in Java 32bit, can that be the cause of the problem?
@oleavr ? 🙏
The text was updated successfully, but these errors were encountered: