As temp fix for this issues could be changes to

method

de.pleumann.antenna.WtkRun#executeDefaultEmulator

to not to induce heapsize or any other command line param value if the value is null or string length be empty..

i.e change

if(heapsize !=null) to if(heapsize !=null && heasize.length > 0)