You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
I try run compiled, version, but i getting this error, how can i fix it?
I have jdk-17.0.3
The text was updated successfully, but these errors were encountered: