Enigma
Enigma copied to clipboard
Error: Unable to initialize main class cuchaz.enigma.gui.Main
C:\Users\root\Desktop>java -jar enigma-swing-2.1.0.jar
Error: Unable to initialize main class cuchaz.enigma.gui.Main
Caused by: java.lang.NoClassDefFoundError: joptsimple/OptionException
I try run compiled, version, but i getting this error, how can i fix it?
I have jdk-17.0.3
You'll need to download and use the enigma-swing JAR with the -all classifier/suffix, as that contains (via shading) all the requisite dependencies. When using the regular JAR (without the -all classifier), you have to provide all the dependencies via the classpath.