Ligne de commande ??
Fermé
fofo77
Messages postés
328
Date d'inscription
vendredi 16 février 2007
Statut
Membre
Dernière intervention
15 mai 2020
-
4 avril 2007 à 05:33
fofo77 Messages postés 328 Date d'inscription vendredi 16 février 2007 Statut Membre Dernière intervention 15 mai 2020 - 5 avril 2007 à 22:39
fofo77 Messages postés 328 Date d'inscription vendredi 16 février 2007 Statut Membre Dernière intervention 15 mai 2020 - 5 avril 2007 à 22:39
A voir également:
- Ligne de commande ??
- Invite de commande - Guide
- Site de vente en ligne particulier - Guide
- Partage de photos en ligne - Guide
- Commande terminal mac - Guide
- Aller à la ligne excel - Guide
65 réponses
jipicy
Messages postés
40842
Date d'inscription
jeudi 28 août 2003
Statut
Modérateur
Dernière intervention
10 août 2020
4 897
4 avril 2007 à 06:26
4 avril 2007 à 06:26
Salut,
Peut être qu'il n'est pas là où il l'attend !!!
Localise "java" sur ta machine (whereis java) et s'il n'est pas dans un des chemins de ton "$PATH", adapte celui-ci, voir à ce sujet :
bash la variable d environnement path
Peut être qu'il n'est pas là où il l'attend !!!
Localise "java" sur ta machine (whereis java) et s'il n'est pas dans un des chemins de ton "$PATH", adapte celui-ci, voir à ce sujet :
bash la variable d environnement path
fofo77
Messages postés
328
Date d'inscription
vendredi 16 février 2007
Statut
Membre
Dernière intervention
15 mai 2020
5
4 avril 2007 à 10:08
4 avril 2007 à 10:08
voila
[root@localhost ~]# whereis java
java: /usr/bin/java /usr/share/java
[root@localhost ~]#
je fais quoi maintenant, car je debute ??
[root@localhost ~]# whereis java
java: /usr/bin/java /usr/share/java
[root@localhost ~]#
je fais quoi maintenant, car je debute ??
lami20j
Messages postés
21331
Date d'inscription
jeudi 4 novembre 2004
Statut
Modérateur, Contributeur sécurité
Dernière intervention
30 octobre 2019
3 569
4 avril 2007 à 10:37
4 avril 2007 à 10:37
Salut,
affiche
lami20j
affiche
head /chemin/vers/myfreetv.sh--
lami20j
fofo77
Messages postés
328
Date d'inscription
vendredi 16 février 2007
Statut
Membre
Dernière intervention
15 mai 2020
5
4 avril 2007 à 10:56
4 avril 2007 à 10:56
Voila
[root@localhost ~]# whereis myfreetv
myfreetv: /usr/local/bin/myfreetv /usr/share/myfreetv
[root@localhost ~]# head /usr/local/bin/myfreetv.sh
head: Ne peut ouvrir `/usr/local/bin/myfreetv.sh' en lecture: Aucun fichier ou répertoire de ce type
[root@localhost ~]#
apres j'ai essayé ceci:
[root@localhost ~]# head /usr/local/bin/myfreetv
#!/bin/sh
cd /usr/local/share/myfreetv
[root@localhost ~]# whereis myfreetv
myfreetv: /usr/local/bin/myfreetv /usr/share/myfreetv
[root@localhost ~]# head /usr/local/bin/myfreetv.sh
head: Ne peut ouvrir `/usr/local/bin/myfreetv.sh' en lecture: Aucun fichier ou répertoire de ce type
[root@localhost ~]#
apres j'ai essayé ceci:
[root@localhost ~]# head /usr/local/bin/myfreetv
#!/bin/sh
cd /usr/local/share/myfreetv
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question
lami20j
Messages postés
21331
Date d'inscription
jeudi 4 novembre 2004
Statut
Modérateur, Contributeur sécurité
Dernière intervention
30 octobre 2019
3 569
4 avril 2007 à 12:07
4 avril 2007 à 12:07
affiche
lami20j
head /usr/local/bin/myfreetv--
lami20j
fofo77
Messages postés
328
Date d'inscription
vendredi 16 février 2007
Statut
Membre
Dernière intervention
15 mai 2020
5
4 avril 2007 à 14:48
4 avril 2007 à 14:48
voici:
[root@localhost ~]# head /usr/local/bin/myfreetv
#!/bin/sh
cd /usr/local/share/myfreetv
./myfreetv.sh
[root@localhost ~]#
[root@localhost ~]# head /usr/local/bin/myfreetv
#!/bin/sh
cd /usr/local/share/myfreetv
./myfreetv.sh
[root@localhost ~]#
lami20j
Messages postés
21331
Date d'inscription
jeudi 4 novembre 2004
Statut
Modérateur, Contributeur sécurité
Dernière intervention
30 octobre 2019
3 569
4 avril 2007 à 15:37
4 avril 2007 à 15:37
head/usr/local/share/myfreetv/myfreetv.sh--
lami20j
fofo77
Messages postés
328
Date d'inscription
vendredi 16 février 2007
Statut
Membre
Dernière intervention
15 mai 2020
5
4 avril 2007 à 15:42
4 avril 2007 à 15:42
ah du changement, enfin!
[root@localhost ~]# head /usr/local/share/myfreetv/myfreetv.sh
java -jar -cp . MyFreeTV.jar
[root@localhost ~]
??
[root@localhost ~]# head /usr/local/share/myfreetv/myfreetv.sh
java -jar -cp . MyFreeTV.jar
[root@localhost ~]
??
lami20j
Messages postés
21331
Date d'inscription
jeudi 4 novembre 2004
Statut
Modérateur, Contributeur sécurité
Dernière intervention
30 octobre 2019
3 569
4 avril 2007 à 16:13
4 avril 2007 à 16:13
affiche aussi
lami20j
echo $PATH--
lami20j
fofo77
Messages postés
328
Date d'inscription
vendredi 16 février 2007
Statut
Membre
Dernière intervention
15 mai 2020
5
4 avril 2007 à 16:29
4 avril 2007 à 16:29
[root@localhost ~]# echo $PATH
/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin
[root@localhost ~]#
/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin
[root@localhost ~]#
lami20j
Messages postés
21331
Date d'inscription
jeudi 4 novembre 2004
Statut
Modérateur, Contributeur sécurité
Dernière intervention
30 octobre 2019
3 569
4 avril 2007 à 16:31
4 avril 2007 à 16:31
et en tant que [joffrey@localhost ~]$ ça donne quoi?
fofo77
Messages postés
328
Date d'inscription
vendredi 16 février 2007
Statut
Membre
Dernière intervention
15 mai 2020
5
4 avril 2007 à 16:32
4 avril 2007 à 16:32
[joffrey@localhost ~]$ echo $PATH
/usr/bin:/bin:/usr/local/bin:/usr/X11R6/bin/:/usr/games:/usr/lib/qt3//bin:/home/ joffrey/bin:/usr/lib/qt3//bin
[joffrey@localhost ~]$
/usr/bin:/bin:/usr/local/bin:/usr/X11R6/bin/:/usr/games:/usr/lib/qt3//bin:/home/ joffrey/bin:/usr/lib/qt3//bin
[joffrey@localhost ~]$
jipicy
Messages postés
40842
Date d'inscription
jeudi 28 août 2003
Statut
Modérateur
Dernière intervention
10 août 2020
4 897
4 avril 2007 à 19:11
4 avril 2007 à 19:11
cd /usr/local/share/myfreetv java -jar MyFreeTV.jar
fofo77
Messages postés
328
Date d'inscription
vendredi 16 février 2007
Statut
Membre
Dernière intervention
15 mai 2020
5
4 avril 2007 à 19:15
4 avril 2007 à 19:15
[root@localhost ~]# cd /usr/local/share/myfreetv
[root@localhost myfreetv]# java -jar MyFreeTV.jar
idem en $, je commence a deseperer :)
[root@localhost myfreetv]# java -jar MyFreeTV.jar
idem en $, je commence a deseperer :)
fofo77
Messages postés
328
Date d'inscription
vendredi 16 février 2007
Statut
Membre
Dernière intervention
15 mai 2020
5
4 avril 2007 à 19:32
4 avril 2007 à 19:32
voila le topo, j'ai meme lu le fichier texte, mais rien y fait dans les commandes pour le lancer ; je pige pas :(, en plus j'ai les polices qui deconnes
root@localhost myfreetv]# java -jar Myfreetv.jar
-bash: java: command not found
[root@localhost myfreetv]# dir
changelog.txt core.7597 license.txt myfreetv.sh themepacks
config.xml http-fbx lisez-moi.txt myfreetv.sh~
core.6184 libsystray4j.so MyFreeTV.jar systray4jd
[root@localhost myfreetv]# java -jar Myfreetv.jar
-bash: java: command not found
[root@localhost myfreetv]# head lisez-moi.txt
Ce programme n�essite Java 1.5 (JRE 5.0) et VLC pour fonctionner.
Vous pouvez les t��harger ici:
https://www.oracle.com/java/technologies/
http://www.videolan.org/vlc/
Pour lancer MyFreeTV, ex�utez:
java -jar MyFreeTV.jar
ou, si vous ne voulez pas voir la console:
start javaw -jar MyFreeTV.jar
[root@localhost myfreetv]# start javaw -jar MyFreeTV.jar
-bash: start: command not found
j'ai peut etre pas la bonne version de java, je sais pas
root@localhost myfreetv]# java -jar Myfreetv.jar
-bash: java: command not found
[root@localhost myfreetv]# dir
changelog.txt core.7597 license.txt myfreetv.sh themepacks
config.xml http-fbx lisez-moi.txt myfreetv.sh~
core.6184 libsystray4j.so MyFreeTV.jar systray4jd
[root@localhost myfreetv]# java -jar Myfreetv.jar
-bash: java: command not found
[root@localhost myfreetv]# head lisez-moi.txt
Ce programme n�essite Java 1.5 (JRE 5.0) et VLC pour fonctionner.
Vous pouvez les t��harger ici:
https://www.oracle.com/java/technologies/
http://www.videolan.org/vlc/
Pour lancer MyFreeTV, ex�utez:
java -jar MyFreeTV.jar
ou, si vous ne voulez pas voir la console:
start javaw -jar MyFreeTV.jar
[root@localhost myfreetv]# start javaw -jar MyFreeTV.jar
-bash: start: command not found
j'ai peut etre pas la bonne version de java, je sais pas
jipicy
Messages postés
40842
Date d'inscription
jeudi 28 août 2003
Statut
Modérateur
Dernière intervention
10 août 2020
4 897
4 avril 2007 à 19:33
4 avril 2007 à 19:33
idem quoi ?
Rien ne se passe ?
Pas de message d'erreur(s) ?
Le shell te redonne la main ?
Rien ne se passe ?
Pas de message d'erreur(s) ?
Le shell te redonne la main ?
fofo77
Messages postés
328
Date d'inscription
vendredi 16 février 2007
Statut
Membre
Dernière intervention
15 mai 2020
5
4 avril 2007 à 19:37
4 avril 2007 à 19:37
vous avez une idée?
peut etre que si je desinstalle, et que je le reinstalle!, je crois avoir deja essayé en plus!!
peut etre que si je desinstalle, et que je le reinstalle!, je crois avoir deja essayé en plus!!
fofo77
Messages postés
328
Date d'inscription
vendredi 16 février 2007
Statut
Membre
Dernière intervention
15 mai 2020
5
4 avril 2007 à 19:53
4 avril 2007 à 19:53
bon, sinon on peut essayer une commande pour voir la version de java et si il a ete installé correctement.
car la je sais plus quoi pensé, car au debut de l'install de mandriva, c'eatit un des premiers logiciels installé, et le pire il fonctionnait.......
car la je sais plus quoi pensé, car au debut de l'install de mandriva, c'eatit un des premiers logiciels installé, et le pire il fonctionnait.......
lami20j
Messages postés
21331
Date d'inscription
jeudi 4 novembre 2004
Statut
Modérateur, Contributeur sécurité
Dernière intervention
30 octobre 2019
3 569
4 avril 2007 à 20:00
4 avril 2007 à 20:00
Re,
affiche
affiche
ls -l /usr/bin/java /usr/bin/java -V
jipicy
Messages postés
40842
Date d'inscription
jeudi 28 août 2003
Statut
Modérateur
Dernière intervention
10 août 2020
4 897
4 avril 2007 à 20:02
4 avril 2007 à 20:02
Dernier espoir ;-))
readlink -f /usr/bin/java;-)