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
After downloading and adding the latest .jar file, the classes in .iocryptolens are empty. I tried multiple versions now, but could not succeed. When is the maven release planned?
My errors:
Exception in thread "main" java.lang.NoClassDefFoundError: io/cryptolens/models/ActivateModel
at main.Main.validateKey(Main.java:111)
at main.Main.initializeConfig(Main.java:97)
at main.MainMenu.(MainMenu.java:62)
at main.Main.main(Main.java:75)
Caused by: java.lang.ClassNotFoundException: io.cryptolens.models.ActivateModel
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
The text was updated successfully, but these errors were encountered:
I checked the latest release and can confirm that all the necessary class files are available in io.cryptolens. I checked it by opening the jar archive as a zip archive.
Could you please provide more information on the environment that was used, any import errors that were received etc. This will help us to troubleshoot it.
Hello,
After downloading and adding the latest .jar file, the classes in .iocryptolens are empty. I tried multiple versions now, but could not succeed. When is the maven release planned?
My errors:
Exception in thread "main" java.lang.NoClassDefFoundError: io/cryptolens/models/ActivateModel
at main.Main.validateKey(Main.java:111)
at main.Main.initializeConfig(Main.java:97)
at main.MainMenu.(MainMenu.java:62)
at main.Main.main(Main.java:75)
Caused by: java.lang.ClassNotFoundException: io.cryptolens.models.ActivateModel
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
The text was updated successfully, but these errors were encountered: