We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
This issue is stale because it has been open for 90 days with no activity.
Sorry, something went wrong.
You can check for sun.arch.data.model which is commonly defined and then fall back to "os.arch" if its not there. Relevant doc: https://docs.oracle.com/javame/config/cdc/cdc-opt-impl/ojmeec/1.1/architecture/html/properties.htm Platform word size. Examples: "32", "64", "unknown"
sun.arch.data.model
jshell> System.getProperty("sun.arch.data.model") $1 ==> "64"
sun.arch.data.model will only give you what bitness the JRE is, which is exactly the problem.
Ah I see, in that case maybe JNI, JNA but even then its kind of overkill
Pyker
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: