-
Notifications
You must be signed in to change notification settings - Fork 285
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
Failed at the [email protected] install script on MacOS #504
Comments
If you remove the line Or if you downgrade jdk to 1.8. I search for a long time to figure out what jli is for, but couldn't find anything... I forked, with this change : danielwsutton@91192d1 However, now i'm running into another error when i go to actually import and use node-java,
based on that i think the on JDK 1.8 JRE exist > /Library/Java/JavaVirtualMachines/jdk1.8.0_231.jdk/Contents/Home/jre/lib/jli so what exactly can we do here if we want to use node-java on JDK 12+ ? |
similar issue, i'll take a look > #497 |
I forked this change, danielwsutton@1e30ba7 From:
To:
So far it seems to be working, I testing on adoptopenjdk8 and adoptopenjdk12 , your mileage may vary, |
I did run into a new issue, but can't seem to repro it locally, only when running it on aws,
So might not be 100% yet |
The above issue with no member named 'GetBackingStore' was resolved by using node 14.8.0 It seems like when you switch to a new version of Java, it forces you into a newer version of Node as well. |
The text was updated successfully, but these errors were encountered: