oakes / Lightmod

An all-in-one tool for full stack Clojure
https://sekao.net/lightmod/
The Unlicense
275 stars 13 forks source link

Trouble with .jar file #1

Closed jdeisenberg closed 7 years ago

jdeisenberg commented 7 years ago

Downloaded the .jar file, with these results:

david@linux:~> java -version
openjdk version "1.8.0_144"
OpenJDK Runtime Environment (IcedTea 3.5.1) (suse-10.15.2-x86_64)
OpenJDK 64-Bit Server VM (build 25.144-b01, mixed mode)
david@linux:~> java -jar Lightmod-1.0.0.jar 
Error: Could not find or load main class lightmod.core

What am I doing wrong?

oakes commented 7 years ago

OpenJDK doesn't bundle JavaFX like oracle's version does. On debian-based distros you just need to install the openjfx package.