On 26/01/2015 13:45, Weijun Wang wrote:
Ah yes, a whitespace was mistakenly removed. Please review my fix at
http://cr.openjdk.java.net/~weijun/8071562/webrev.00/
It's simply
cmd = System.getProperty("java.home") + "/bin/jarsigner";
}
- cmd += System.getProperty("test.too
Ah yes, a whitespace was mistakenly removed. Please review my fix at
http://cr.openjdk.java.net/~weijun/8071562/webrev.00/
It's simply
cmd = System.getProperty("java.home") + "/bin/jarsigner";
}
- cmd += System.getProperty("test.tool.vm.opts")
+ cmd += " " + System.get