-
Notifications
You must be signed in to change notification settings - Fork 79
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
NPE in PDEState.querySystemPackages() #721
Comments
Thanks for this report. |
@HannesWell thanks for the quick fix. my build is working again as expected |
Thanks for reporting back. Could you please check your default VM as mentioned in my previous comment? |
@HannesWell I was running from the command line per the instructions linked in the original issue report above, so there was no place to set |
Mac requires special handling in finding JVMs and I think the isv builds are not really optimized for this case so I think the code can not rely on any "default" selections as most likely there is no VM beside the running one (and even this will not be listed) anyways in that setup. |
I would have expected that at least by default JDT sets a default VM and among the know ones. |
As said for mac it only works if a special bundle is additionally pulled in: https://github.com/eclipse-jdt/eclipse.jdt.debug/tree/master/org.eclipse.jdt.launching.macosx |
I have been trying to build https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/ using the instructions in its readme which matches https://www.vogella.com/tutorials/EclipsePlatformDevelopment/article.html#creating-a-custom-eclipse-ide-build as well.
It fails in
with this following error:
details:
The text was updated successfully, but these errors were encountered: