Forum Discussion
orodoro
13 years agoNew Contributor
As the output of System.getProperties().list(System.out) shows, loadUI uses either
In all cases, the error is the same.
You may try this using the loadUI 2.6.1 distribution from http://sourceforge.net/projects/loadui/ with a Groovy test step as follows:
which works fine in soapUI 4.5.1.
- the bundled JDK7, if nothing changed
- the external JDK7, if the directory jre within loadUI installation does not exist
- the external JDK7, if defined by environment variable JAVA in a changed loadUI.bat
In all cases, the error is the same.
You may try this using the loadUI 2.6.1 distribution from http://sourceforge.net/projects/loadui/ with a Groovy test step as follows:
System.getProperties().list(System.out)
log.warn(javax.xml.bind.DatatypeConverter.printDateTime(Calendar.getInstance()))
which works fine in soapUI 4.5.1.