mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-02 19:56:23 -04:00
Add util script for collecting binaries
This commit is contained in:
parent
9f38374539
commit
46cdfafd5e
3 changed files with 27 additions and 3 deletions
|
@ -144,7 +144,6 @@ public class Utilities {
|
|||
log.info("os.name: " + System.getProperty("os.name"));
|
||||
log.info("os.version: " + System.getProperty("os.version"));
|
||||
log.info("os.arch: " + System.getProperty("os.arch"));
|
||||
log.info("os.name: " + System.getProperty("os.name"));
|
||||
log.info("sun.arch.data.model: " + getJVMArchitecture());
|
||||
log.info("JRE: " + System.getProperty("java.runtime.version", "-") + " (" + System.getProperty("java.vendor", "-") + ")");
|
||||
log.info("JVM: " + System.getProperty("java.vm.version", "-") + " (" + System.getProperty("java.vm.name", "-") + ")");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue