by firefly4f4 » January 6th, 2021, 3:36 am
I'm having a similar issue.
I downloaded VASSAL 3.4.12 onto my RedHat 7.9 box, installed java 11, but get the following Exception-- and unforunately ONLY the following -- when attempting to run the VASSAL.sh script:
[VASSAL-3.4.12]$ ls
CHANGES doc lib LICENSE README.md VASSAL.sh
[VASSAL-3.4.12]$ ./VASSAL.sh
Exception: java.lang.NoClassDefFoundError thrown from the UncaughtExceptionHandler in thread "main"
[VASSAL-3.4.12]$ java -version
openjdk version "11.0.9" 2020-10-20 LTS
OpenJDK Runtime Environment 18.9 (build 11.0.9+11-LTS)
OpenJDK 64-Bit Server VM 18.9 (build 11.0.9+11-LTS, mixed mode, sharing)
Unfortunately I'm not seeing a call stack or any other type of error log, so that's really all the information I can think to provide you. If someone can perhaps suggest any other way to get more information (perhaps my modifying the sh script?) I will gladly give it a try. I've checked my /tmp and /var/log and there doesn't seem to be any java/VASSAL related error logs there either, so that really is all I can give you.