From: Bruce J. <bru...@go...> - 2012-05-27 17:45:06
|
Hi All When I use xmlvm to build a simple Java project using the posix backend, I find that only a very small collection of System properties are set, namely: console.encoding = (UTF-8) java.version = (1.5 subset) java.specification.version = (1.5) os.encoding = (UTF-8) com.ibm.oti.configuration = (clear) file.encoding = (UTF-8) java.specification.vendor = (Sun Microsystems Inc.) com.ibm.oti.configuration.dir = (jclClear) java.specification.name = (Java Platform API Specification) This means that the property line.separator has not been set which causes problems with using the PrintWriter class. Does anyone know where I can set this is the xmlvm build? Thanks Bruce |