You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Trying to run on Windows, with the JDK version described in the documentation leads to:
~\Downloads> java -version
openjdk version "11.0.25" 2024-10-15
OpenJDK Runtime Environment Temurin-11.0.25+9 (build 11.0.25+9)
OpenJDK 64-Bit Server VM Temurin-11.0.25+9 (build 11.0.25+9, mixed mode)
~\Downloads> java -jar photonvision-v2025.0.0-beta-5-winx64.jar
Error: LinkageError occurred while loading main class org.photonvision.Main
java.lang.UnsupportedClassVersionError: org/photonvision/Main has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0
To Reproduce
Steps to reproduce the behavior:
Installed the requirements with choco install -y vcredist-all Temurin11
Download photonvision-v2025.0.0-beta-5-winx64.jar from the release page
Change directory to the download directory
Run the command java -jar photonvision-v2025.0.0-beta-5-winx64.jar
Platform:
Hardware Platform: Windows x64)
PhotonVision Version: v2025.0.0-beta-5
Browser: irrelevant
Camera(s) Used: irrelevant
Workaround
Installing Temurin17 is solving the issue.
The text was updated successfully, but these errors were encountered:
Describe the bug
Trying to run on Windows, with the JDK version described in the documentation leads to:
To Reproduce
Steps to reproduce the behavior:
choco install -y vcredist-all Temurin11
photonvision-v2025.0.0-beta-5-winx64.jar
from the release pagejava -jar photonvision-v2025.0.0-beta-5-winx64.jar
Platform:
Workaround
Installing Temurin17 is solving the issue.
The text was updated successfully, but these errors were encountered: