programs

i dont know how to run an program with in a java program.for example, how can i start winamp when i click a button on my frame?
[148 byte] By [98028140] at [2007-9-26 1:17:16]
# 1
System.getRuntime().exec("c:\progra~1\winamp\winamp.exe");
DanielN at 2007-6-29 0:46:32 > top of Java-index,Archived Forums,New To Java Technology Archive...
# 2

i think you made a mistake

System.getRuntime().exec(String)

does not work but it works

Runtime.getRuntime().exec(String)

i did not this to say you are wrong i want to ask another question can i open any file with a program

for example can i open a.mp3 with winamp

98028140 at 2007-6-29 0:46:32 > top of Java-index,Archived Forums,New To Java Technology Archive...