|
Re: Roborio Connecting to Raspberry Pi
Ok, then you just need to fix your environment variables. Change JAVA_HOME to the location of your jdk (C:\Program Files\Java\jdk_<version>). Then you should probably also edit your PATH for good measure: remove C:\Program Files\Java\jre_<version>\bin if it's there and add C:\Program Files\Java\jdk_<version>\bin and C:\Program Files\Java\jdk_<version>\jre\bin
|