Hi,
I've tried using the tool from Windows and it works beautifully. I'd like to use it from a Linux laptop. However, I'm having trouble getting it to run. This is what I get:
Weirdly,Code:$ java -jar Telemetry.jar Error: Could not find or load main class fxui.TelemetryFX
works, butCode:$ java -classpath Telemetry.jar ui.Feed
doesn't.Code:$ java -classpath Telemetry.jar fxui.TelemetryFX Error: Could not find or load main class fxui.TelemetryFX
I'm running debian, and I'm using openjdk-8 and openjfx:
Code:$ java -version openjdk version "1.8.0_181" OpenJDK Runtime Environment (build 1.8.0_181-8u181-b13-2~deb9u1-b13) OpenJDK 64-Bit Server VM (build 25.181-b13, mixed mode)
Any ideas as to what the issue could be?
Hi,
Are you still having issues on getting it run on Linux?
When looking at stuff for V9 and F1 2019, I got a solution on how to run the tool on newer Java versions. I will ship the V9 with custom OpenJDK 12 binaries with JavaFX support. If you are still having the issues, I could send you a early test version of the JDK binaries for testing. I have done quick test on my own linux box and I think the solution will also work with V8.x versions.
Cheers