The error below frequently occurs whenever a new Java Project is created. I know how to fix this issue but is there a more permanent solution so that my JDK system library is pre-installed instead of the one provided? Both eclipse and the JDK are installed but do they have to be in the same folder?
"Build path specifies execution environment JavaSE-16. No JREs installed in the workspace that are strictly compatible with this environment."
I have tried to move my JDK into the system environment variables and have tried to re-install eclipse. I expected a prompt for the build path so that I can manually insert it but that did not occur.