Skip to content
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

warning: [options] bootstrap class path not set in conjunction with -source 8 #21

Open
jeremydouglass opened this issue Oct 10, 2018 · 0 comments

Comments

@jeremydouglass
Copy link
Contributor

jeremydouglass commented Oct 10, 2018

When following the eclipse setup instructions for the Processing Library Template, it mentions that "the full JDK is installed by default on Mac OS X" -- so the instructions do not recommend installing JDK in that case.

However, now that MacOS has moved on to JDK 10, both Eclipse and the ant build are generating warnings.

From the build log:

[javac] Compiling 2 source files to /Users/[...]/bin
[javac] warning: [options] bootstrap class path not set in conjunction with -source 8
[javac] 1 warning
[copy] Copying 1 file to /Users/[...]

This seems like a harmless warming (small test builds still work just fine) but:

It might make sense to have standard instructions in the README for everyone be to just install the correct JDK (8) and add it to the Eclipse project.

That would also avoid subtle errors -- especially ones that might become increasingly likely once MacOS JDK moves to 11+. It would also reduce the amount of red warning text in the logs!

Related discussion of the warning:

https://stackoverflow.com/questions/7816423/warning-options-bootstrap-class-path-not-set-in-conjunction-with-source-1-5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant