Did anyone manage to build and compile Arduino in JDK9+?
Contributor guide
Tech stack
java
Domain
build systemtooling
Issue type
feature
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
3
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
3-5 days
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
stale
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
mostly clear
Prerequisites
Java programmingunderstanding of build system
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
30
Research direction
The issue asks about building Arduino IDE with JDK9+. To proceed, examine the build files (e.g., build.xml, libraries) for Java version dependencies. Check comments for any partial progress or specific barriers. Determine if upgrading requires changes to dependencies or source code compatibility. Investigate whether the build system (Ant/Ivy) supports Java 11 and if any plugins need updating.