VoxForge
Hi everyone :-)
I can execute the shell commands like 'echo', 'mkdir' written in a shell script like this(as shown below) when called through java, but the htk commands like 'HCopy' which normally executes from a shell script wont execute when called through java
#!/bin/bash
mkdir mkdir /home/dit2/Desktop/xxxx;
number=32;
echo $number;
echo 'hello world';
HCopy -T 1 -A -D -C ./analysis.conf -S ./targetlist;
pliz help
--- (Edited on 12/27/2012 2:28 am [GMT-0600] by ) ---
>htk commands like 'HCopy' which normally executes from a shell script
>wont execute when called through java
Execute system commands in a Java Program
--- (Edited on 1/2/2013 1:52 pm [GMT-0500] by kmaclean) ---