i01 = Runtime.createAndStart("i01","InMoov")
i01.startHead("/dev/ttyACM0")

Looks like it starts an InMoov service and then starts the head on a Linux serial port.
For a windows machine it would be changed to something like this

i01 = Runtime.createAndStart("i01","InMoov")
i01.startHead("COM7")