Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.jar files are empty #28

Open
arman-ygh opened this issue Jan 3, 2022 · 2 comments
Open

.jar files are empty #28

arman-ygh opened this issue Jan 3, 2022 · 2 comments

Comments

@arman-ygh
Copy link

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)

@artemlos
Copy link
Contributor

@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
Copy link
Contributor

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: #20

@ArmanYeghiazaryan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants