Add util script for collecting binaries

This commit is contained in:
Manfred Karrer 2016-04-23 14:05:57 +02:00
parent 9f38374539
commit 46cdfafd5e
3 changed files with 27 additions and 3 deletions

View file

@ -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", "-") + ")");