[java] lancer l'execution d'un programme

lancer l'execution d'un programme [java] - Programmation

Marsh Posté le 30-12-2001 à 11:07:18    

Existe-t-il une commande pour lancer un exécutable (style System.exec(String programme) ) à partir d'une appli Java ????
 
Pour une plate-forme Windows ou Linux !
 
merciiiiiiiiiiiiii


---------------
Les fiches libres : http://www.aldil.org/projets/fiches_libres/
Reply

Marsh Posté le 30-12-2001 à 11:07:18   

Reply

Marsh Posté le 30-12-2001 à 12:50:30    

Oui ca existe. Regarde dans la classe System (je ne me souviens plus de la méthode)
 
System.execute je crois
 
a+


---------------
What is popular is not always right, what is right is not always popular :D
Reply

Marsh Posté le 30-12-2001 à 21:16:00    

public Process exec(String command) throws IOException
 
Executes the specified string command in a separate process.

Reply

Marsh Posté le 31-12-2001 à 11:08:32    

benou a écrit a écrit :

public Process exec(String command) throws IOException
 
Executes the specified string command in a separate process.  




 
na na na  :pt1cable:  :crazy:  :fuck:


---------------
What is popular is not always right, what is right is not always popular :D
Reply

Marsh Posté le 02-01-2002 à 00:25:37    

:sarcastic:  
 
et puis j'avais oublié : c'est dans la classe Runtime

Reply

Marsh Posté le 02-01-2002 à 12:25:15    

ben alors c une question classique les gars:
Process p=Runtime.exec("c:\\Program Files\\Winamp.exe chanson1.mp3" );  
jerry

 

[edtdd]--Message édité par veryfree--[/edtdd]

Reply

Marsh Posté le 02-01-2002 à 14:44:33    

bha c'est un peu ce que j'ai dit ...

Reply

Marsh Posté le 02-01-2002 à 14:56:53    

benou a écrit a écrit :

bha c'est un peu ce que j'ai dit ...  




 
nan toi tu l'as dit eu deux posts. Lui en un seul :D
 
 :hap:


---------------
What is popular is not always right, what is right is not always popular :D
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed