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
websocket的DEMO中:sys.setOsArch(props.getProperty("os.arch")); 默认获取的是jdk的arch
期待获取实际本机的系统参数
String archRaw = systemInfo.getHardware().getProcessor().getIdentifier(); sys.setOsArch(archRaw.substring(0,archRaw.indexOf(' ')));
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
xkcoding
No branches or pull requests
描述问题
websocket的DEMO中:sys.setOsArch(props.getProperty("os.arch"));
默认获取的是jdk的arch
期待的结果
期待获取实际本机的系统参数
解决办法
The text was updated successfully, but these errors were encountered: