cryptolens-java icon indicating copy to clipboard operation
cryptolens-java copied to clipboard

.jar files are empty

Open arman-ygh opened this issue 4 years ago • 2 comments

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)

arman-ygh avatar Jan 03 '22 21:01 arman-ygh

@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

artemlos avatar Jan 10 '22 16:01 artemlos

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

artemlos avatar Jan 10 '22 16:01 artemlos