Starting other Applications with Java
Posted
by moppel
on Stack Overflow
See other posts from Stack Overflow
or by moppel
Published on 2010-03-16T22:29:40Z
Indexed on
2010/03/16
22:41 UTC
Read the original article
Hit count: 134
java
Is it possible to start other application that are installed on the system with my java app and pass a file as a parameter to them? I have a client which receives videos from a server and I want my client program to start, lets say the VLC player with the file that I received. How do I manage to do that?
© Stack Overflow or respective owner