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

problem of java sdk on windows 11 #25

Open
liuyang-123 opened this issue Nov 15, 2021 · 2 comments
Open

problem of java sdk on windows 11 #25

liuyang-123 opened this issue Nov 15, 2021 · 2 comments

Comments

@liuyang-123
Copy link

oshi 5.3.1 will throw an exception when getting machine code on Windows 11. This problem can be fixed by updating oshi to 5.3.8

@artemlos
Copy link
Contributor

@liuyang-123 thanks for letting us know about it. This will be fixed in the next release.

In meantime, I would suggest to test cryptolens-android.jar, which uses a different method that does not depend on oshi 5.3.1 to compute the machine code.

@mouathche
Copy link

Worked for me:
1.use cryprtolens-android.jar
2.add oshi dependency ex gradle: implementation group: 'com.github.oshi', name: 'oshi-core', version: '5.8.5'

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

3 participants