Bonjour je cherche a installer jdownloader mais j'ai un message d'erreur qui me bloc par rapport a java a prioti

voila mon message d'erreur:

jd.sh: ligne 211: bin/unpack200: Permission non accordée
Error unpacking jar files. The architecture or bitness (32/64)
of the bundled JVM might not match your machine.

merci si vous pouvez m'aider.
voila j'i trouvé. Je partage pour ce que ça interesse.

Télécharger jdownloader 2 ici

ensuite ouvrir une konsole, passer en root et faire yum install java-1.8*
Package Architecture Version Dépôt Taille
========================================================================================================================================
Installation :
java-1.8.0-openjdk-accessibility x86_64 1:1.8.0.31-5.b13.fc21 updates 21 k
java-1.8.0-openjdk-demo x86_64 1:1.8.0.31-5.b13.fc21 updates 1.9 M
java-1.8.0-openjdk-devel x86_64 1:1.8.0.31-5.b13.fc21 updates 9.7 M
java-1.8.0-openjdk-javadoc noarch 1:1.8.0.31-5.b13.fc21 updates 15 M
java-1.8.0-openjdk-src x86_64 1:1.8.0.31-5.b13.fc21 updates 45 M
Installation pour dépendances :
java-atk-wrapper x86_64 0.30.4-6.fc21 fedora 75 k

Résumé de la transaction
========================================================================================================================================
Installation 5 Paquets (+1 Paquet en dépendance)

Taille totale des téléchargements : 71 M
Taille d'installation : 359 M
faire y pour install

une fois installé, aller dans le dossier ou vous avez télécharger JDownloader2-2.0-22087.1.x86_64.rpm et faire yum install JDownloader2-2.0-22087.1.x86_64.rpm
et c'est bon.

par contre pas encore trouver pour mettre JDownloader a jour via j'ai uin message d'erreur qui me dit que JDownloader.jar n'est pas writable

si quelq'un a une idée.
Merci pour l'info, je débute sur Fedora et ça m'a bien dépanné ! 🙂

Même soucis que toi pour mettre à jour, je verrais ça plus tard .
Pour la mise a jour je pense que c'est juste un problème de droit au fichier JDownloader.jar
Enfin trouver pour mettre JDownloader 2 à jour.

il faut aller dans racine/opt/JDowloader2 et ouvrisr un terminale (clic droit action>ouvrir un terminale ici)

passer en root

lancer la commande pour vérifier les droit d'accés et propriétaire

ls -l

tu obtiens ces lignes

rwxrwxrwx. 1 root root 297 24 août 2013 build.json
drwxrwxrwx. 6 root root 20480 28 févr. 22:20 cfg
-rw-r--r--. 1 root root 2589710 24 août 2013 Core.jar
-rwxrwxrwx. 1 root root 114834 24 août 2013 error.log
drwxrwxrwx. 2 root root 4096 28 févr. 19:37 extensions
drwxrwxrwx. 2 root root 4096 24 août 2013 java
drwxrwxrwx. 4 root root 4096 28 févr. 19:37 jd
-rw-rw-r--. 1 CYRUS CYRUS 0 28 févr. 22:20 JD2.lock
-rw-rw-r--. 1 CYRUS CYRUS 4 28 févr. 22:20 JD2.port
-rwxrwxrwx. 1 root root 10635 24 août 2013 JDownloader2
-rwxrwxrwx. 1 root root 206 24 août 2013 JDownloader 2.desktop
-rwxrwxrwx. 1 root root 243 24 août 2013 JDownloader2.vmoptions
-rw-r--r--. 1 root root 2159781 24 août 2013 JDownloader.jar
drwxrwxrwx. 5 root root 4096 28 févr. 19:37 jre
drwxrwxrwx. 5 root root 4096 28 févr. 19:37 libs
-rwxrwxrwx. 1 root root 39624 24 août 2013 license_german.txt
drwxrwxrwx. 2 root root 4096 28 févr. 19:37 licenses
-rwxrwxrwx. 1 root root 32034 24 août 2013 license.txt
drwxrwxrwx. 41 root root 4096 28 févr. 22:20 logs
-rwxrwxrwx. 1 root root 253 24 août 2013 output.log
drwxrwxrwx. 4 root root 4096 28 févr. 19:37 themes
drwxrwxrwx. 6 root root 4096 28 févr. 22:20 tmp
drwxrwxrwx. 3 root root 4096 28 févr. 19:37 tools
drwxrwxrwx. 5 root root 4096 28 févr. 19:37 translations
-rwxrwxrwx. 1 root root 11527 24 août 2013 Uninstall JDownloader
drwxrwxrwx. 3 root root 4096 28 févr. 19:37 update


Tu vois JDownloader.jar (marque en rouge) on voit que le propriétaire c'est root. Il faut changer proprétaire root par votre nom d'utilisateur en lançant cette commande.

chown nom d'utilisateur JDownloader.jar

pour verifier relancer la commande: ls-l


-rw-r--r--. 1 ton nom d'utilisateur root 2159781 24 août 2013 JDownloader.jar

lancer JDownloader et faire l'update via l'interface.

Une fois la mise a jour faite je pense qu'il faut remmétre le fichier JDownloader.jar en propriétaire root
Tu peux essayer un java -jar JDownloader.jar
fedoix wrote:Tu peux essayer un java -jar JDownloader.jar
Merci pour l'info j'essaierai