Link to home
Start Free TrialLog in
Avatar of Calron
Calron

asked on

Starting a system programm from within Java

On a PC running Linux I want to start a program from within a Java Programm. Does Java provide a possibility do such a thing? What I am looking for is something like:

execute("path to the file that is to be executed")
ASKER CERTIFIED SOLUTION
Avatar of Sasha_Mapa
Sasha_Mapa

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Calron
Calron

ASKER

Thanks, this really helps me!