Hi all, I would like to write a Java program that will play some video clips depends on user's input. It works with Runtime.getRuntime().exec and pass several command line option to vlc. However, there is a small problem: every call to exec, the java program start a new vlc player and that will mess...