Running PhotonVision on a windows 10 computer

I am trying to get PhotonVision to run on a windows 10 machine just to run a few tests. Running into these errors:

I’ve already installed Bonjour and JDK 11.

Anyone run into something similar?

What to you see when you type java -version in the command prompt? It should report the java jdk version you are running.

Mine looks like this:
C:\Users\acast>java -version
openjdk version “11.0.21” 2023-10-17
OpenJDK Runtime Environment Temurin-11.0.21+9 (build 11.0.21+9)
OpenJDK 64-Bit Server VM Temurin-11.0.21+9 (build 11.0.21+9, mixed mode)

similar but not the same.

Did you get some sort of “refused to connect” message when you tried connecting to localhost:5800 in your browser?

I found the problem. I downloaded the x86 JDK instead of the x64. Working now.

Thanks for the clues.

1 Like