Si votre email correspond à un compte, vous recevrez un lien de réinitialisation.
'essaie JEasy (swing xml) et je souhaite lancer un exemple par unscript fourni avec la distrib, donc normalement, ça devrait marcher...Le script de lancement :#!/usr/bin/shjava -jar -cp .:JEasy.jar:servlet.jar Example.jaril y a bien JEasy.jar, servlet.jar et Example.jar dans le répertoired'où est lancé ce script, j'ai l'erreur :nord-2-81-57-96-20:~/bin/JEasy/Examples> sh RunExample.shUnable to access jarfile Example.jar: command not found 2:Pourquoi "Unable to access" pb de perms ?
'essaie JEasy (swing xml) et je souhaite lancer un exemple par un script fourni avec la distrib, donc normalement, ça devrait marcher... Le script de lancement : #!/usr/bin/sh java -jar -cp .:JEasy.jar:servlet.jar Example.jar il y a bien JEasy.jar, servlet.jar et Example.jar dans le répertoire d'où est lancé ce script, j'ai l'erreur : nord-2-81-57-96-20:~/bin/JEasy/Examples> sh RunExample.sh Unable to access jarfile Example.jar : command not found 2: Pourquoi "Unable to access" pb de perms ?
Yvon Thoraval wrote:'essaie JEasy (swing xml) et je souhaite lancer un exemple par unscript fourni avec la distrib, donc normalement, ça devrait marcher...Le script de lancement :#!/usr/bin/shjava -jar -cp .:JEasy.jar:servlet.jar Example.jaril y a bien JEasy.jar, servlet.jar et Example.jar dans le répertoired'où est lancé ce script, j'ai l'erreur :nord-2-81-57-96-20:~/bin/JEasy/Examples> sh RunExample.shUnable to access jarfile Example.jar: command not found 2:Pourquoi "Unable to access" pb de perms ?J'ajoute qu'en double cliquant sur Example.jar, ça se lance...
Yvon Thoraval <yvon.thoravalNO-SPAM@free.fr> wrote: 'essaie JEasy (swing xml) et je souhaite lancer un exemple par un script fourni avec la distrib, donc normalement, ça devrait marcher... Le script de lancement : #!/usr/bin/sh java -jar -cp .:JEasy.jar:servlet.jar Example.jar il y a bien JEasy.jar, servlet.jar et Example.jar dans le répertoire d'où est lancé ce script, j'ai l'erreur : nord-2-81-57-96-20:~/bin/JEasy/Examples> sh RunExample.sh Unable to access jarfile Example.jar : command not found 2: Pourquoi "Unable to access" pb de perms ? J'ajoute qu'en double cliquant sur Example.jar, ça se lance...
Suggestion, si c'est lancé sous Linux, caractère parasites de type DOS (^M) dans le script. Passer la commandedos2unix <fichier_du_shell_lancement>
Suggestion, si c'est lancé sous Linux, caractère parasites de type DOS ( ^M) dans le script. Passer la commande dos2unix <fichier_du_shell_lancement>