Ligne de commande ??
fofo77
Messages postés
328
Date d'inscription
Statut
Membre
Dernière intervention
-
fofo77 Messages postés 328 Date d'inscription Statut Membre Dernière intervention -
fofo77 Messages postés 328 Date d'inscription Statut Membre Dernière intervention -
apres installation de myfreetv, lors du lancement j'ai :
[joffrey@localhost ~]$ myfreetv
./myfreetv.sh: line 1: java: command not found *
[joffrey@localhost ~]$
* quessako??????,
Comment faire pour faire tourner myfrretv, car java est bien installé car meme azureus fonctionne
merci a vous.
Joffrey
[joffrey@localhost ~]$ myfreetv
./myfreetv.sh: line 1: java: command not found *
[joffrey@localhost ~]$
* quessako??????,
Comment faire pour faire tourner myfrretv, car java est bien installé car meme azureus fonctionne
merci a vous.
Joffrey
A voir également:
- Ligne de commande ??
- Invite de commande - Guide
- Partage de photos en ligne - Guide
- Commande terminal mac - Guide
- Mètre en ligne - Guide
- Aller à la ligne excel - Guide
65 réponses
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
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 ??
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
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 ~]#
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 ~]
??
[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 ~]#
[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 ~]$
[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 :)
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
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!!
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.......