marcelmauel / sorting-visualizer

Visualizes and audiolizes 22 sorting agorithms with 27 different visuals
MIT License
39 stars 2 forks source link

Java #23

Open JJtmc123 opened 1 month ago

JJtmc123 commented 1 month ago

It says "A Java exception has occurred" when I try to open the .jar file.

lofisky commented 3 weeks ago

You may have compiled your jar with a JDK version superior to the JDK used to launch the jar file, try upgrading your current JDK version to the newer version.