.jar files are empty
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.
@ArmanYeghiazaryan thanks for reaching out!
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.
Thanks! Artem
Sorry, I forgot to answer the Maven question :)
There is currently no date set when it will be released, but it is being worked on. You can follow the progress in the following issue: https://github.com/Cryptolens/cryptolens-java/issues/20
@ArmanYeghiazaryan