views:

35

answers:

1

Hi, I want to write a client/server application with rmi and I want the client have the ability of running media player in the server’s system. Can you help me please? Can you show me the way in the code snippets please?

A: 

If you want to open/play a media file, try Desktop.open()

If you want to launch a specific application such as Windows Media Player, have a look at the ProcessBuilder class.

finnw