From 785252e94ad8f417e1372d97fbce6c6db1e54e4d Mon Sep 17 00:00:00 2001 From: Chris Gerth Date: Thu, 20 Jun 2024 12:51:44 -0500 Subject: [PATCH] Update build-instructions.rst (#362) --- source/docs/contributing/photonvision/build-instructions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/docs/contributing/photonvision/build-instructions.rst b/source/docs/contributing/photonvision/build-instructions.rst index fcb208d..85d8d63 100644 --- a/source/docs/contributing/photonvision/build-instructions.rst +++ b/source/docs/contributing/photonvision/build-instructions.rst @@ -9,7 +9,7 @@ Development Setup Prerequisites ~~~~~~~~~~~~~ -| **Java Development Kit:** This project requires Java Development Kit (JDK) 11 to be compiled. This is the same Java version that comes with WPILib. If you don't have this JDK with WPILib, you can follow the instructions to install JDK 11 for your platform `here `_. +| **Java Development Kit:** This project requires Java Development Kit (JDK) 17 to be compiled. This is the same Java version that comes with WPILib for 2025+. If you don't have this JDK with WPILib, you can follow the instructions to install JDK 17 for your platform `here `_. | **Node JS:** The UI is written in Node JS. To compile the UI, Node 14.18.0 to Node 16.0.0 is required. To install Node JS follow the instructions for your platform `on the official Node JS website `_. However, modify this line .. code-block:: bash