<div dir="ltr">Hi,<br><br>there's another issue regarding the batik server when running t@h under windows. The command to start the batik server doesn't work under windows because of the /dev/null redirection. One could change line 1981 (rev. 9635) to:<br>
<br>my $Cmd = sprintf("start /B /LOW %s%s java -Xms256M -Xmx%s -cp %s org.tah.batik.ServerMain -p %d",<br><br>With /B, start doesn't open a new window for the java process; with /LOW, one can set the priority.<br>
<br><br>florian<br><br></div>