Remote Application execute

I want to execute a application which is on a remote computer but not written in java . If the application dose not running at the time when I call it , how can I execute it . How to implement code for such an application using java?
[241 byte] By [Vipulasiri_Asangaa] at [2007-9-30 1:04:29]
# 1

That really depends on what servers are running on the remote system. If telnet is available, its pretty easy, but not very secure. I posted code showing how to run commands using telnet in reply 7 to [url=http://forum.java.sun.com/thread.jsp?forum=31&thread=437231]Telnet to the Unix box from java app[/url].

pkwoostera at 2007-7-16 5:38:30 > top of Java-index,Archived Forums,Socket Programming...