Can't Get Tablo Exporter to Launch

I downloaded Tablo Exporter and tried to launch it from the console with the full path to the application.

java -jar /Users/xxxxxx/Downloads/tabloexporter/TabloExport.jar

and I get this message

Error: Could not find or load main class tabloexport.TabloExport
Caused by: java.lang.NoClassDefFoundError: javafx/application/Application

Is it because I don’t have javafx?

I installed jdk-13.0.2_osx-x64_bin
I’m on a Mac running Mojave 10.14.6

Any help would be appreciated.
Thanks

Yea…Java 8 was the last one that included JavaX in the distribution…you’ll need to download JavaX from it’s own website and then include some special command line parameters to get it to launch properly…I don’t use TabloExporter, or I would provide you the command line I use :slight_smile:

I didn’t see any support docs on the Tablo Exporter website(I know it’s still beta). Is there a decent and recent tutorial for setting this up on Mac anywhere? All of the stuff I’ve found is from a few years ago.

edit
For some reason it’s working now by just double-clicking the jar file.(Throwing hands up) I did confirm that I had Java 8 and updated it.

1 Like