-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Build failed: JDK 8u202 required #5827
Comments
|
Forgot to add that I also tried to run However, running |
|
From what I can see, you installed java version Make sure you're getting the version installed (scroll down on that same webpage) and try it again. |
|
After downloading And having done that, open a new Terminal window, which will hopefully pick up 202 as the most recent (and correct) version to use. The shell won't pick up the new installation until a new window is opened. To check, type |
|
@kevin51jiang You're right! I must have downloaded 8u201 without seeing 8u202 lower down on the page. @benfry I checked again and it works now! Thanks all for the help! |
|
For anyone finding this issue because of problems with the build script… Oracle now requires a user account and login for download Java releases, which breaks the build. You'll need to manually install Java 8u202 from this page in order to build Processing. On macOS, download the JDK. On Windows and Linux, only the JRE is required. But it must be version 8u202. |
|
Now fixed as of 89a0808 |


Description
First time contributor! Tried to build source code on my local machine according to the instructions but failed when running
ant run.Expected Behavior
Expected source code to build.
Current Behavior
Getting this error when trying to build.
Steps to Reproduce
Your Environment
I am on macOS 10.14.3. I successfully downloaded JDK from here. When typing
java -versioninto the command line, I get:Possible Causes / Solutions
I'm not sure if JDK 8 downloaded successfully, or if there are multiple versions of Java installed and the system isn't finding JDK 8. How can I fix this issue?
The text was updated successfully, but these errors were encountered: