Bonjour,
Dans mon code, je construit un fichier jar. Pour cela j'utilise la classe Process:
String command="jar cvfm "+work_folder+app.GetApplicationName()+".jar "+work_folder+"MANIFEST.MF"+" -C "+work_folder+"powermobile/ .";
Process exec = Runtime.getRuntime().exec(command);
exec.waitFor();
Le problème est que je reste bloqué alors directement en ligne de commande cela fonctionne.
Quelqu'un a-t-il une idée?
Merci
Sanouk
Partager