jpasqua / VisibleTesla

Java App to monitor and Control the Tesla Model S
125 stars 41 forks source link

Did anybody run VT on an arm such as a raspberrypi or a phone? #126

Open ulrichard opened 7 years ago

ulrichard commented 7 years ago

I wanted to give it a try on a C.H.I.P (https://getchip.com/pages/chip) But the first problem was already that I didn't find a Java7 download from Oracle. So, before I invest too much time, I thought I'd ask here.

ulrichard commented 7 years ago

I figured out how to install Java7 on the C.H.I.P. But... http://www.webupd8.org/2012/06/how-to-install-oracle-java-7-in-debian.html $ java -version Java version "1.7.0_60" Java(TM) SE Runtime Environment (build 1.7.0_60-b19)

But when I start VT, I get a message box with: "JavaFX Launcher" "This application requires a newer version of the Java runtime. Please download and install the latest Java runtime from Java.com. Then restart the application."

It has an "Install Now" button, but nothing happens when I press it.