Un programme pour animer les Ğeconomicus (animateur+banquier)

Merci !

En fait, à partir du moment où java 8 est installé sur la machine, il suffit de lancer l’appli avec java -jar <nom-du-fichier-jar> et ça se lance tout seul. Je pourrais éventuellement fournir un script de lancement mais je ne suis pas sûr que cela améliore vraiment les choses.

Je ne connais pas bien la question mais : n’y aurait-il pas moyen de faire une version web ? Ton programme pourrait-il se porter sous JSP ?

Pour un informaticien ou un bidouilleu c’est sur mais pour un néophytes ou un handicapé du code… Sa peut aider. N’oublions pas Il y a qu’1%de personnes qui utilisent et sache utiliser cette outil formidable qu’est Linux…

Et pouvoir faire des statistiques sur un grand nombre de jeux :heart_eyes:

Ah oui ce serait cool. Il faudrait qu’on trouve un moyen pour identifier de façon unique une partie (ou les utilisateurs), de façon à diminuer la probabilité que quelqu’un vienne pourrir les stats. Encore une fois je ne connais pas bien mais : serait-il possible de faire une délégation d’authentification à la Toile de Confiance via un système style OAuth ou OpenID ? Apparemment ça en parle sur le forum technique dans le sujet La WOT est une base d’authentification idéale!

Mais mon programme tourne aussi sous n’importe quel OS supporté par Java (c’est-à-dire quasiment tous). :slight_smile: Il me faudrait donc faire plusieurs lanceurs en fonction du système, alors qu’on peut même le lancer par l’interface graphique. Bon, si ça amuse quelqu’un, il y a launch4j qui existe et qui permet de faire ce genre de choses.

Il faudrait quasiment tout refaire, même si le backend pourrait rester. Je suis parti du principe qu’on n’a pas forcément de réseau stable là où on est quand on organise le jeu, c’est pour ça que j’ai fait une version desktop totalement déconnectée.

Oui, ça fait un moment que j’aimerais développer un site web où chacun pourrait uploader les fichiers d’export des jeux pour ensuite faire des stats. C’est tout-à-fait faisable, on pourrait même le faire directement depuis l’appli. Et pour la sécurité, en attendant mieux il me serait assez simple d’ouvrir l’accès pour un nombre limité de personnes (ceux qui ont organisé un jeu avec le programme, ça doit se compter sur les doigts des deux mains peut-être, non ?).

Pour aller plus loin, utiliser les comptes membres est vraiment délicat en terme de sécurité. Plus on utilise nos identifiants de membre un peu partout, plus on a des chances de se les faire piquer. Alors, à moins de faire des clés dérivées, ça me paraît à proscrire pour ce genre d’utilisation.

2 « J'aime »

Merci @jytou pour toute tes explications à bientôt j’espère

1 « J'aime »

@jytou je n’arrive pas a faire fonctionner gecohelper sur mon nouvel ordinateur. Je suis bien en version Java 8 mais avec l’openjdk.

J’ai essayé de télécharger le jdk de Oracle mais désormais il est obligatoire de créer un compte Oracle et de donner des informations personnelles (adresse, telephone, nom, prenom, etc) pour obtenir le jdk oracle. Il en est de même pour le jre seul.

Comment fait-on pour faire fonctionner gecohelper sur son ordinateur sans créer de compte Oracle ?
Si ce n’est pas possible, j’ai du mal a considéré gecohelper comme un logiciel libre :confused:

$ java -version
openjdk version "1.8.0_252"
OpenJDK Runtime Environment (build 1.8.0_252-8u252-b09-1~18.04-b09)
OpenJDK 64-Bit Server VM (build 25.252-b09, mixed mode)
$ java -jar gecohelper.jar 
[EL Warning]: 2020-07-15 19:45:49.521--ServerSession(440434003)--Exception [EclipseLink-7274] (Eclipse Persistence Services - 2.7.1.v20171221-bd47e8f): org.eclipse.persistence.exceptions.ValidationException
Exception Description: An Exception was thrown while trying to create logging file [gecoJPA.log]:[java.io.FileNotFoundException: gecoJPA.log (Permission non accordée)].
Internal Exception: java.io.FileNotFoundException: gecoJPA.log (Permission non accordée)
Exception in thread "main" Local Exception Stack: 
Exception [EclipseLink-30005] (Eclipse Persistence Services - 2.7.1.v20171221-bd47e8f): org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
Exception Description: An exception was thrown while searching for persistence archives with ClassLoader: sun.misc.Launcher$AppClassLoader@74a14482
Internal Exception: javax.persistence.PersistenceException: Exception [EclipseLink-28018] (Eclipse Persistence Services - 2.7.1.v20171221-bd47e8f): org.eclipse.persistence.exceptions.EntityManagerSetupException
Exception Description: Predeployment of PersistenceUnit [geco] failed.
Internal Exception: Exception [EclipseLink-7274] (Eclipse Persistence Services - 2.7.1.v20171221-bd47e8f): org.eclipse.persistence.exceptions.ValidationException
Exception Description: An Exception was thrown while trying to create logging file [gecoJPA.log]:[java.io.FileNotFoundException: gecoJPA.log (Permission non accordée)].
Internal Exception: java.io.FileNotFoundException: gecoJPA.log (Permission non accordée)
	at org.eclipse.persistence.exceptions.PersistenceUnitLoadingException.exceptionSearchingForPersistenceResources(PersistenceUnitLoadingException.java:127)
	at org.eclipse.persistence.jpa.PersistenceProvider.createEntityManagerFactoryImpl(PersistenceProvider.java:115)
	at org.eclipse.persistence.jpa.PersistenceProvider.createEntityManagerFactory(PersistenceProvider.java:188)
	at javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:79)
	at javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:54)
	at jyt.geconomicus.helper.HelperUI.main(HelperUI.java:1837)
Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-28018] (Eclipse Persistence Services - 2.7.1.v20171221-bd47e8f): org.eclipse.persistence.exceptions.EntityManagerSetupException
Exception Description: Predeployment of PersistenceUnit [geco] failed.
Internal Exception: Exception [EclipseLink-7274] (Eclipse Persistence Services - 2.7.1.v20171221-bd47e8f): org.eclipse.persistence.exceptions.ValidationException
Exception Description: An Exception was thrown while trying to create logging file [gecoJPA.log]:[java.io.FileNotFoundException: gecoJPA.log (Permission non accordée)].
Internal Exception: java.io.FileNotFoundException: gecoJPA.log (Permission non accordée)
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.createPredeployFailedPersistenceException(EntityManagerSetupImpl.java:2082)
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.predeploy(EntityManagerSetupImpl.java:2073)
	at org.eclipse.persistence.internal.jpa.deployment.JPAInitializer.callPredeploy(JPAInitializer.java:101)
	at org.eclipse.persistence.jpa.PersistenceProvider.createEntityManagerFactoryImpl(PersistenceProvider.java:104)
	... 4 more
Caused by: Exception [EclipseLink-28018] (Eclipse Persistence Services - 2.7.1.v20171221-bd47e8f): org.eclipse.persistence.exceptions.EntityManagerSetupException
Exception Description: Predeployment of PersistenceUnit [geco] failed.
Internal Exception: Exception [EclipseLink-7274] (Eclipse Persistence Services - 2.7.1.v20171221-bd47e8f): org.eclipse.persistence.exceptions.ValidationException
Exception Description: An Exception was thrown while trying to create logging file [gecoJPA.log]:[java.io.FileNotFoundException: gecoJPA.log (Permission non accordée)].
Internal Exception: java.io.FileNotFoundException: gecoJPA.log (Permission non accordée)
	at org.eclipse.persistence.exceptions.EntityManagerSetupException.predeployFailed(EntityManagerSetupException.java:231)
	... 8 more
Caused by: Exception [EclipseLink-7274] (Eclipse Persistence Services - 2.7.1.v20171221-bd47e8f): org.eclipse.persistence.exceptions.ValidationException
Exception Description: An Exception was thrown while trying to create logging file [gecoJPA.log]:[java.io.FileNotFoundException: gecoJPA.log (Permission non accordée)].
Internal Exception: java.io.FileNotFoundException: gecoJPA.log (Permission non accordée)
	at org.eclipse.persistence.exceptions.ValidationException.invalidLoggingFile(ValidationException.java:2672)
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.updateLoggers(EntityManagerSetupImpl.java:1242)
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.predeploy(EntityManagerSetupImpl.java:1754)
	... 6 more
Caused by: java.io.FileNotFoundException: gecoJPA.log (Permission non accordée)
	at java.io.FileOutputStream.open0(Native Method)
	at java.io.FileOutputStream.open(FileOutputStream.java:270)
	at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
	at java.io.FileOutputStream.<init>(FileOutputStream.java:101)
	at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.updateLoggers(EntityManagerSetupImpl.java:1234)
	... 7 more

Salut Éloïs,

le message d’erreur est pourtant très clair (joke inside ! :smiley: )

Tu dois avoir un fichier gecoJPA.log dans le répertoire où tu lances gecohelper avec des permissions qui ne permettent pas à la JVM d’écrire dedans… ou bien peut-être que tu lances gecohelper à partir d’un répertoire où tu n’as pas les droits d’écriture… :slight_smile:

Tiens-moi au courant, ça marche parfaitement avec l’openJDK normalement. :slight_smile:

1 « J'aime »

En effet ce fichier avait pour propriétaire root. Initialement gecohelper ne marchais pas en user donc j’avais essayé de le lancer en root puis j’ai compris plus tard que c’était parce que j’avais java 11.

J’ai modifié le propriétaire du fichier gecoJPA.log et effectivement ça fonctionne avec l’openJDK désormais, merci @jytou :smiley:

Je suis rassuré de ne pas avoir besoin de créer un compte oracle :sweat_smile:

1 « J'aime »

@jytou j’ai voulu testé la nouvelle option jetons 1-3 et j’ai remarqué que gecohelper faisait de la création monétaire par arrondi, ce que est très gênant, d’autant que c’est évitable !

Je t’ai ouvert un ticket : Problèmes de création monétaire par arrondi en monnaie libre avec l'option jetons 1-3 (#4) · Issues · Jean-Yves Toumit / geconomicus_helper · GitLab

Autre problème, on ne peut pas soumettre de MR sur le dépôt de gecohelper, sans doute un problème de droits trop restrictifs par défaut sur gitlab.com. Ce serait plus pratique que le dépôt de gecohelper soit sur le gitlab de duniter :slight_smile:

Je voulais te proposer une modif de code permettant de ne plus créer de monnaie par arrondi mais je n’ai pas l’environnement de dev pour la testée et je ne peut pas te soumettre de MR, le commit est là : [fix] #4 money creation by rounding (c6b14eae) · Commits · Éloïs / geconomicus_helper · GitLab

Peut tu tester ça ?

1 « J'aime »

J’ai creusé davantage et je confirme qu’il est effectivement possible de faire en sorte que les arrondis n’impactent jamais la masse monétaire mais cela pose deux problèmes :

  1. Cela implique qu’un joueur qui renaît commencera aléatoirement à 3 ou 4, ce qui serait perturbant pour les joueurs.
  2. Cela implique que le logiciel connaisse exactement le nombre de joueur que l’animateur va faire mourir AVANT de verser les DU → nécessiterait un changement de l’UX pour forcer l’animateur à traiter d’abord tous les morts puis ensuite tous les « DU/réévaluation ».

Un bon compromis est d’arrondir au-dessus pour les nouveaux nés (ce qui est déjà fait, car ils commencent à 4 au lieu de 3,5) et en dessous pour les autres joueurs : ce qui correspond finalement à la règle officielle, comme quoi Galuel avait déjà choisi un bon compromis pour minimiser l’impact des arrondis.

Ce serait bien que gecohelper propose au moins la possibilité d’arrondir comme dans les règles officielles, ce qui n’est actuellement pas le cas si on utilise l’option jetons 1-3.

J’ai testé l’option « pénalité d’un jeton » mais elle n’a pas le comportement que j’attends, les arrondis sont quand même au-dessus avec cette option activée, du coup je ne comprends ce que cette option est censée faire.

1 « J'aime »

@jytou j’ai constaté un autre problème, mais bien plus simple a régler, pour ce dernier j’ai réussi a coder un correctif qui me semble fonctionnel :

Mais je ne peut pas créer de Merge Request sur le dépôt de gecohelper, du coup, on fais comment ? :slight_smile:

Désolé, pas de temps en ce moment… je regarderai ça… au pire il faut cloner sur le git de duniter, ce qui ne me dérange pas le moins du monde. Le code est à tous !

Bonjour à tous je suis nouveau sur Mxlinux19 et n’arrive pas à installer java 8 pour faire tourner gecnomicushelper, quelqu’un peut il m’aider?
voici le raport d’instal:

$ tar zxvf jre-8u271-linux-x64.tar.gz
jre1.8.0_271/
jre1.8.0_271/COPYRIGHT
jre1.8.0_271/LICENSE
jre1.8.0_271/README
jre1.8.0_271/THIRDPARTYLICENSEREADME.txt
jre1.8.0_271/Welcome.html
jre1.8.0_271/bin/
jre1.8.0_271/bin/jjs
jre1.8.0_271/bin/keytool
jre1.8.0_271/bin/policytool
jre1.8.0_271/bin/orbd
jre1.8.0_271/bin/tnameserv
jre1.8.0_271/bin/servertool
jre1.8.0_271/bin/pack200
jre1.8.0_271/bin/rmid
jre1.8.0_271/bin/rmiregistry
jre1.8.0_271/bin/java
jre1.8.0_271/bin/unpack200
jre1.8.0_271/bin/javaws
jre1.8.0_271/bin/jcontrol
jre1.8.0_271/bin/ControlPanel
tar: jre1.8.0_271/bin/ControlPanel : un lien symbolique ne peut pas être créé vers « jcontrol »: Opération non permise
jre1.8.0_271/legal/
jre1.8.0_271/legal/jdk/
jre1.8.0_271/legal/jdk/jopt-simple.md
jre1.8.0_271/legal/jdk/lcms.md
jre1.8.0_271/legal/jdk/ecc.md
jre1.8.0_271/legal/jdk/santuario.md
jre1.8.0_271/legal/jdk/unicode.md
jre1.8.0_271/legal/jdk/jcup.md
jre1.8.0_271/legal/jdk/icu.md
jre1.8.0_271/legal/jdk/xerces.md
jre1.8.0_271/legal/jdk/zlib.md
jre1.8.0_271/legal/jdk/relaxngom.md
jre1.8.0_271/legal/jdk/colorimaging.md
jre1.8.0_271/legal/jdk/pkcs11cryptotoken.md
jre1.8.0_271/legal/jdk/relaxngdatatype.md
jre1.8.0_271/legal/jdk/freebxml.md
jre1.8.0_271/legal/jdk/asm.md
jre1.8.0_271/legal/jdk/libpng.md
jre1.8.0_271/legal/jdk/cryptix.md
jre1.8.0_271/legal/jdk/dom.md
jre1.8.0_271/legal/jdk/xmlresolver.md
jre1.8.0_271/legal/jdk/bcel.md
jre1.8.0_271/legal/jdk/jpeg.md
jre1.8.0_271/legal/jdk/relaxngcc.md
jre1.8.0_271/legal/jdk/pkcs11wrapper.md
jre1.8.0_271/legal/jdk/giflib.md
jre1.8.0_271/legal/jdk/mesa3d.md
jre1.8.0_271/legal/jdk/dynalink.md
jre1.8.0_271/legal/jdk/thaidict.md
jre1.8.0_271/legal/jdk/xalan.md
jre1.8.0_271/legal/jdk/cldr.md
jre1.8.0_271/legal/jdk/joni.md
jre1.8.0_271/legal/jdk/pcsclite.md
jre1.8.0_271/legal/jdk/xwd.md
jre1.8.0_271/legal/jdk/libxrandr.md
jre1.8.0_271/legal/jdk/xorgproto.md
jre1.8.0_271/legal/javafx/
jre1.8.0_271/legal/javafx/directshow.md
jre1.8.0_271/legal/javafx/glib.md
jre1.8.0_271/legal/javafx/gstreamer.md
jre1.8.0_271/legal/javafx/icu_web.md
jre1.8.0_271/legal/javafx/jpeg_fx.md
jre1.8.0_271/legal/javafx/libffi.md
jre1.8.0_271/legal/javafx/libxml2.md
jre1.8.0_271/legal/javafx/libxslt.md
jre1.8.0_271/legal/javafx/mesa3d.md
jre1.8.0_271/legal/javafx/webkit.md
jre1.8.0_271/lib/
jre1.8.0_271/lib/amd64/
jre1.8.0_271/lib/amd64/server/
jre1.8.0_271/lib/amd64/server/Xusage.txt
jre1.8.0_271/lib/amd64/server/libjvm.so
jre1.8.0_271/lib/amd64/server/libjsig.so
jre1.8.0_271/lib/amd64/libjsig.so
jre1.8.0_271/lib/amd64/jli/
jre1.8.0_271/lib/amd64/jli/libjli.so
jre1.8.0_271/lib/amd64/jvm.cfg
jre1.8.0_271/lib/amd64/libverify.so
jre1.8.0_271/lib/amd64/libnpt.so
jre1.8.0_271/lib/amd64/libj2pcsc.so
jre1.8.0_271/lib/amd64/libj2gss.so
jre1.8.0_271/lib/amd64/libj2pkcs11.so
jre1.8.0_271/lib/amd64/libsunec.so
jre1.8.0_271/lib/amd64/libbci.so
jre1.8.0_271/lib/amd64/libhprof.so
jre1.8.0_271/lib/amd64/libjfr.so
jre1.8.0_271/lib/amd64/libjava_crw_demo.so
jre1.8.0_271/lib/amd64/libsplashscreen.so
jre1.8.0_271/lib/amd64/libjava.so
jre1.8.0_271/lib/amd64/libunpack.so
jre1.8.0_271/lib/amd64/libzip.so
jre1.8.0_271/lib/amd64/libnet.so
jre1.8.0_271/lib/amd64/libjaas_unix.so
jre1.8.0_271/lib/amd64/libdt_socket.so
jre1.8.0_271/lib/amd64/libjdwp.so
jre1.8.0_271/lib/amd64/libjsdt.so
jre1.8.0_271/lib/amd64/libinstrument.so
jre1.8.0_271/lib/amd64/libmanagement.so
jre1.8.0_271/lib/amd64/libawt.so
jre1.8.0_271/lib/amd64/libmlib_image.so
jre1.8.0_271/lib/amd64/libjpeg.so
jre1.8.0_271/lib/amd64/libdcpr.so
jre1.8.0_271/lib/amd64/libjsound.so
jre1.8.0_271/lib/amd64/libjsoundalsa.so
jre1.8.0_271/lib/amd64/libresource.so
jre1.8.0_271/lib/amd64/libnio.so
jre1.8.0_271/lib/amd64/liblcms.so
jre1.8.0_271/lib/amd64/libawt_xawt.so
jre1.8.0_271/lib/amd64/libawt_headless.so
jre1.8.0_271/lib/amd64/libfontmanager.so
jre1.8.0_271/lib/amd64/libsctp.so
jre1.8.0_271/lib/amd64/libjawt.so
jre1.8.0_271/lib/amd64/libt2k.so
jre1.8.0_271/lib/amd64/libdeploy.so
jre1.8.0_271/lib/amd64/libavplugin-53.so
jre1.8.0_271/lib/amd64/libavplugin-54.so
jre1.8.0_271/lib/amd64/libavplugin-55.so
jre1.8.0_271/lib/amd64/libavplugin-56.so
jre1.8.0_271/lib/amd64/libavplugin-57.so
jre1.8.0_271/lib/amd64/libavplugin-ffmpeg-56.so
jre1.8.0_271/lib/amd64/libavplugin-ffmpeg-57.so
jre1.8.0_271/lib/amd64/libavplugin-ffmpeg-58.so
jre1.8.0_271/lib/amd64/libdecora_sse.so
jre1.8.0_271/lib/amd64/libfxplugins.so
jre1.8.0_271/lib/amd64/libglass.so
jre1.8.0_271/lib/amd64/libglassgtk2.so
jre1.8.0_271/lib/amd64/libglassgtk3.so
jre1.8.0_271/lib/amd64/libglib-lite.so
jre1.8.0_271/lib/amd64/libgstreamer-lite.so
jre1.8.0_271/lib/amd64/libjavafx_font.so
jre1.8.0_271/lib/amd64/libjavafx_font_freetype.so
jre1.8.0_271/lib/amd64/libjavafx_font_pango.so
jre1.8.0_271/lib/amd64/libjavafx_iio.so
jre1.8.0_271/lib/amd64/libjfxmedia.so
jre1.8.0_271/lib/amd64/libjfxwebkit.so
jre1.8.0_271/lib/amd64/libprism_common.so
jre1.8.0_271/lib/amd64/libprism_es2.so
jre1.8.0_271/lib/amd64/libprism_sw.so
jre1.8.0_271/lib/fontconfig.properties.src
jre1.8.0_271/lib/fontconfig.RedHat.5.properties.src
jre1.8.0_271/lib/fontconfig.RedHat.6.properties.src
jre1.8.0_271/lib/fontconfig.SuSE.10.properties.src
jre1.8.0_271/lib/fontconfig.Turbo.properties.src
jre1.8.0_271/lib/fontconfig.SuSE.11.properties.src
jre1.8.0_271/lib/fontconfig.bfc
jre1.8.0_271/lib/fontconfig.RedHat.5.bfc
jre1.8.0_271/lib/fontconfig.RedHat.6.bfc
jre1.8.0_271/lib/fontconfig.Turbo.bfc
jre1.8.0_271/lib/security/
jre1.8.0_271/lib/security/blacklisted.certs
jre1.8.0_271/lib/security/java.policy
jre1.8.0_271/lib/security/cacerts
jre1.8.0_271/lib/security/blacklist
jre1.8.0_271/lib/security/trusted.libraries
jre1.8.0_271/lib/security/java.security
jre1.8.0_271/lib/security/policy/
jre1.8.0_271/lib/security/policy/limited/
jre1.8.0_271/lib/security/policy/limited/local_policy.jar
jre1.8.0_271/lib/security/policy/limited/US_export_policy.jar
jre1.8.0_271/lib/security/policy/unlimited/
jre1.8.0_271/lib/security/policy/unlimited/US_export_policy.jar
jre1.8.0_271/lib/security/policy/unlimited/local_policy.jar
jre1.8.0_271/lib/security/javaws.policy
jre1.8.0_271/lib/fontconfig.SuSE.10.bfc
jre1.8.0_271/lib/fontconfig.SuSE.11.bfc
jre1.8.0_271/lib/currency.data
jre1.8.0_271/lib/tzdb.dat
jre1.8.0_271/lib/management/
jre1.8.0_271/lib/management/management.properties
jre1.8.0_271/lib/management/snmp.acl.template
jre1.8.0_271/lib/management/jmxremote.password.template
jre1.8.0_271/lib/management/jmxremote.access
jre1.8.0_271/lib/psfont.properties.ja
jre1.8.0_271/lib/logging.properties
jre1.8.0_271/lib/psfontj2d.properties
jre1.8.0_271/lib/images/
jre1.8.0_271/lib/images/cursors/
jre1.8.0_271/lib/images/cursors/cursors.properties
jre1.8.0_271/lib/images/cursors/invalid32x32.gif
jre1.8.0_271/lib/images/cursors/motif_MoveDrop32x32.gif
jre1.8.0_271/lib/images/cursors/motif_LinkDrop32x32.gif
jre1.8.0_271/lib/images/cursors/motif_MoveNoDrop32x32.gif
jre1.8.0_271/lib/images/cursors/motif_CopyDrop32x32.gif
jre1.8.0_271/lib/images/cursors/motif_LinkNoDrop32x32.gif
jre1.8.0_271/lib/images/cursors/motif_CopyNoDrop32x32.gif
jre1.8.0_271/lib/images/icons/
jre1.8.0_271/lib/images/icons/sun-java.png
jre1.8.0_271/lib/images/icons/sun-java_HighContrast.png
jre1.8.0_271/lib/images/icons/sun-java_HighContrastInverse.png
jre1.8.0_271/lib/images/icons/sun-java_LowContrast.png
jre1.8.0_271/lib/flavormap.properties
jre1.8.0_271/lib/content-types.properties
jre1.8.0_271/lib/calendars.properties
jre1.8.0_271/lib/cmm/
jre1.8.0_271/lib/cmm/sRGB.pf
jre1.8.0_271/lib/cmm/PYCC.pf
jre1.8.0_271/lib/cmm/LINEAR_RGB.pf
jre1.8.0_271/lib/cmm/GRAY.pf
jre1.8.0_271/lib/cmm/CIEXYZ.pf
jre1.8.0_271/lib/hijrah-config-umalqura.properties
jre1.8.0_271/lib/fonts/
jre1.8.0_271/lib/fonts/LucidaTypewriterRegular.ttf
jre1.8.0_271/lib/fonts/LucidaTypewriterBold.ttf
jre1.8.0_271/lib/fonts/LucidaBrightRegular.ttf
jre1.8.0_271/lib/fonts/LucidaBrightDemiBold.ttf
jre1.8.0_271/lib/fonts/LucidaBrightItalic.ttf
jre1.8.0_271/lib/fonts/LucidaBrightDemiItalic.ttf
jre1.8.0_271/lib/fonts/LucidaSansDemiBold.ttf
jre1.8.0_271/lib/fonts/LucidaSansRegular.ttf
jre1.8.0_271/lib/fonts/fonts.dir
jre1.8.0_271/lib/jvm.hprof.txt
jre1.8.0_271/lib/oblique-fonts/
jre1.8.0_271/lib/oblique-fonts/LucidaTypewriterBoldOblique.ttf
jre1.8.0_271/lib/oblique-fonts/LucidaSansOblique.ttf
jre1.8.0_271/lib/oblique-fonts/LucidaTypewriterOblique.ttf
jre1.8.0_271/lib/oblique-fonts/LucidaSansDemiOblique.ttf
jre1.8.0_271/lib/oblique-fonts/fonts.dir
jre1.8.0_271/lib/jfr/
jre1.8.0_271/lib/jfr/default.jfc
jre1.8.0_271/lib/jfr/profile.jfc
jre1.8.0_271/lib/sound.properties
jre1.8.0_271/lib/jexec
jre1.8.0_271/lib/net.properties
jre1.8.0_271/lib/ext/
jre1.8.0_271/lib/ext/nashorn.jar
jre1.8.0_271/lib/ext/zipfs.jar
jre1.8.0_271/lib/ext/dnsns.jar
jre1.8.0_271/lib/ext/sunec.jar
jre1.8.0_271/lib/ext/sunjce_provider.jar
jre1.8.0_271/lib/ext/sunpkcs11.jar
jre1.8.0_271/lib/ext/localedata.jar
jre1.8.0_271/lib/ext/cldrdata.jar
jre1.8.0_271/lib/ext/jaccess.jar
jre1.8.0_271/lib/ext/meta-index
jre1.8.0_271/lib/ext/jfxrt.jar
jre1.8.0_271/lib/charsets.jar
jre1.8.0_271/lib/jfr.jar
jre1.8.0_271/lib/management-agent.jar
jre1.8.0_271/lib/jce.jar
jre1.8.0_271/lib/classlist
jre1.8.0_271/lib/jsse.jar
jre1.8.0_271/lib/resources.jar
jre1.8.0_271/lib/rt.jar
jre1.8.0_271/lib/applet/
jre1.8.0_271/lib/meta-index
jre1.8.0_271/lib/deploy.jar
jre1.8.0_271/lib/deploy/
jre1.8.0_271/lib/deploy/MixedCodeMainDialog.ui
jre1.8.0_271/lib/deploy/MixedCodeMainDialogJs.ui
jre1.8.0_271/lib/deploy/cautionshield.icns
jre1.8.0_271/lib/deploy/java-icon.ico
jre1.8.0_271/lib/deploy/messages.properties
jre1.8.0_271/lib/deploy/messages_de.properties
jre1.8.0_271/lib/deploy/messages_es.properties
jre1.8.0_271/lib/deploy/messages_fr.properties
jre1.8.0_271/lib/deploy/messages_it.properties
jre1.8.0_271/lib/deploy/messages_ja.properties
jre1.8.0_271/lib/deploy/messages_ko.properties
jre1.8.0_271/lib/deploy/messages_pt_BR.properties
jre1.8.0_271/lib/deploy/messages_sv.properties
jre1.8.0_271/lib/deploy/messages_zh_CN.properties
jre1.8.0_271/lib/deploy/messages_zh_HK.properties
jre1.8.0_271/lib/deploy/messages_zh_TW.properties
jre1.8.0_271/lib/deploy/mixcode_s.png
jre1.8.0_271/lib/deploy/splash.gif
jre1.8.0_271/lib/deploy/splash@2x.gif
jre1.8.0_271/lib/deploy/splash_11-lic.gif
jre1.8.0_271/lib/deploy/splash_11@2x-lic.gif
jre1.8.0_271/lib/desktop/
jre1.8.0_271/lib/desktop/applications/
jre1.8.0_271/lib/desktop/applications/sun-java.desktop
jre1.8.0_271/lib/desktop/applications/sun-javaws.desktop
jre1.8.0_271/lib/desktop/applications/sun_java.desktop
jre1.8.0_271/lib/desktop/icons/
jre1.8.0_271/lib/desktop/icons/HighContrast/
jre1.8.0_271/lib/desktop/icons/HighContrast/16x16/
jre1.8.0_271/lib/desktop/icons/HighContrast/16x16/apps/
jre1.8.0_271/lib/desktop/icons/HighContrast/16x16/apps/sun-java.png
jre1.8.0_271/lib/desktop/icons/HighContrast/16x16/apps/sun-javaws.png
jre1.8.0_271/lib/desktop/icons/HighContrast/16x16/apps/sun-jcontrol.png
jre1.8.0_271/lib/desktop/icons/HighContrast/16x16/mimetypes/
jre1.8.0_271/lib/desktop/icons/HighContrast/16x16/mimetypes/gnome-mime-application-x-java-archive.png
jre1.8.0_271/lib/desktop/icons/HighContrast/16x16/mimetypes/gnome-mime-application-x-java-jnlp-file.png
jre1.8.0_271/lib/desktop/icons/HighContrast/16x16/mimetypes/gnome-mime-text-x-java.png
jre1.8.0_271/lib/desktop/icons/HighContrast/48x48/
jre1.8.0_271/lib/desktop/icons/HighContrast/48x48/apps/
jre1.8.0_271/lib/desktop/icons/HighContrast/48x48/apps/sun-java.png
jre1.8.0_271/lib/desktop/icons/HighContrast/48x48/apps/sun-javaws.png
jre1.8.0_271/lib/desktop/icons/HighContrast/48x48/apps/sun-jcontrol.png
jre1.8.0_271/lib/desktop/icons/HighContrast/48x48/mimetypes/
jre1.8.0_271/lib/desktop/icons/HighContrast/48x48/mimetypes/gnome-mime-application-x-java-archive.png
jre1.8.0_271/lib/desktop/icons/HighContrast/48x48/mimetypes/gnome-mime-application-x-java-jnlp-file.png
jre1.8.0_271/lib/desktop/icons/HighContrast/48x48/mimetypes/gnome-mime-text-x-java.png
jre1.8.0_271/lib/desktop/icons/HighContrastInverse/
jre1.8.0_271/lib/desktop/icons/HighContrastInverse/16x16/
jre1.8.0_271/lib/desktop/icons/HighContrastInverse/16x16/apps/
jre1.8.0_271/lib/desktop/icons/HighContrastInverse/16x16/apps/sun-java.png
jre1.8.0_271/lib/desktop/icons/HighContrastInverse/16x16/apps/sun-javaws.png
jre1.8.0_271/lib/desktop/icons/HighContrastInverse/16x16/apps/sun-jcontrol.png
jre1.8.0_271/lib/desktop/icons/HighContrastInverse/16x16/mimetypes/
jre1.8.0_271/lib/desktop/icons/HighContrastInverse/16x16/mimetypes/gnome-mime-application-x-java-archive.png
jre1.8.0_271/lib/desktop/icons/HighContrastInverse/16x16/mimetypes/gnome-mime-application-x-java-jnlp-file.png
jre1.8.0_271/lib/desktop/icons/HighContrastInverse/16x16/mimetypes/gnome-mime-text-x-java.png
jre1.8.0_271/lib/desktop/icons/HighContrastInverse/48x48/
jre1.8.0_271/lib/desktop/icons/HighContrastInverse/48x48/apps/
jre1.8.0_271/lib/desktop/icons/HighContrastInverse/48x48/apps/sun-java.png
jre1.8.0_271/lib/desktop/icons/HighContrastInverse/48x48/apps/sun-javaws.png
jre1.8.0_271/lib/desktop/icons/HighContrastInverse/48x48/apps/sun-jcontrol.png
jre1.8.0_271/lib/desktop/icons/HighContrastInverse/48x48/mimetypes/
jre1.8.0_271/lib/desktop/icons/HighContrastInverse/48x48/mimetypes/gnome-mime-application-x-java-archive.png
jre1.8.0_271/lib/desktop/icons/HighContrastInverse/48x48/mimetypes/gnome-mime-application-x-java-jnlp-file.png
jre1.8.0_271/lib/desktop/icons/HighContrastInverse/48x48/mimetypes/gnome-mime-text-x-java.png
jre1.8.0_271/lib/desktop/icons/LowContrast/
jre1.8.0_271/lib/desktop/icons/LowContrast/16x16/
jre1.8.0_271/lib/desktop/icons/LowContrast/16x16/apps/
jre1.8.0_271/lib/desktop/icons/LowContrast/16x16/apps/sun-java.png
jre1.8.0_271/lib/desktop/icons/LowContrast/16x16/apps/sun-javaws.png
jre1.8.0_271/lib/desktop/icons/LowContrast/16x16/apps/sun-jcontrol.png
jre1.8.0_271/lib/desktop/icons/LowContrast/16x16/mimetypes/
jre1.8.0_271/lib/desktop/icons/LowContrast/16x16/mimetypes/gnome-mime-application-x-java-archive.png
jre1.8.0_271/lib/desktop/icons/LowContrast/16x16/mimetypes/gnome-mime-application-x-java-jnlp-file.png
jre1.8.0_271/lib/desktop/icons/LowContrast/16x16/mimetypes/gnome-mime-text-x-java.png
jre1.8.0_271/lib/desktop/icons/LowContrast/48x48/
jre1.8.0_271/lib/desktop/icons/LowContrast/48x48/apps/
jre1.8.0_271/lib/desktop/icons/LowContrast/48x48/apps/sun-java.png
jre1.8.0_271/lib/desktop/icons/LowContrast/48x48/apps/sun-javaws.png
jre1.8.0_271/lib/desktop/icons/LowContrast/48x48/apps/sun-jcontrol.png
jre1.8.0_271/lib/desktop/icons/LowContrast/48x48/mimetypes/
jre1.8.0_271/lib/desktop/icons/LowContrast/48x48/mimetypes/gnome-mime-application-x-java-archive.png
jre1.8.0_271/lib/desktop/icons/LowContrast/48x48/mimetypes/gnome-mime-application-x-java-jnlp-file.png
jre1.8.0_271/lib/desktop/icons/LowContrast/48x48/mimetypes/gnome-mime-text-x-java.png
jre1.8.0_271/lib/desktop/icons/hicolor/
jre1.8.0_271/lib/desktop/icons/hicolor/16x16/
jre1.8.0_271/lib/desktop/icons/hicolor/16x16/apps/
jre1.8.0_271/lib/desktop/icons/hicolor/16x16/apps/sun-java.png
jre1.8.0_271/lib/desktop/icons/hicolor/16x16/apps/sun-javaws.png
jre1.8.0_271/lib/desktop/icons/hicolor/16x16/apps/sun-jcontrol.png
jre1.8.0_271/lib/desktop/icons/hicolor/16x16/mimetypes/
jre1.8.0_271/lib/desktop/icons/hicolor/16x16/mimetypes/gnome-mime-application-x-java-archive.png
jre1.8.0_271/lib/desktop/icons/hicolor/16x16/mimetypes/gnome-mime-application-x-java-jnlp-file.png
jre1.8.0_271/lib/desktop/icons/hicolor/16x16/mimetypes/gnome-mime-text-x-java.png
jre1.8.0_271/lib/desktop/icons/hicolor/48x48/
jre1.8.0_271/lib/desktop/icons/hicolor/48x48/apps/
jre1.8.0_271/lib/desktop/icons/hicolor/48x48/apps/sun-java.png
jre1.8.0_271/lib/desktop/icons/hicolor/48x48/apps/sun-javaws.png
jre1.8.0_271/lib/desktop/icons/hicolor/48x48/apps/sun-jcontrol.png
jre1.8.0_271/lib/desktop/icons/hicolor/48x48/mimetypes/
jre1.8.0_271/lib/desktop/icons/hicolor/48x48/mimetypes/gnome-mime-application-x-java-archive.png
jre1.8.0_271/lib/desktop/icons/hicolor/48x48/mimetypes/gnome-mime-application-x-java-jnlp-file.png
jre1.8.0_271/lib/desktop/icons/hicolor/48x48/mimetypes/gnome-mime-text-x-java.png
jre1.8.0_271/lib/desktop/mime/
jre1.8.0_271/lib/desktop/mime/packages/
jre1.8.0_271/lib/desktop/mime/packages/x-java-archive.xml
jre1.8.0_271/lib/desktop/mime/packages/x-java-jnlp-file.xml
jre1.8.0_271/lib/javaws.jar
jre1.8.0_271/lib/locale/
jre1.8.0_271/lib/locale/de/
jre1.8.0_271/lib/locale/de/LC_MESSAGES/
jre1.8.0_271/lib/locale/de/LC_MESSAGES/sunw_java_plugin.mo
jre1.8.0_271/lib/locale/es/
jre1.8.0_271/lib/locale/es/LC_MESSAGES/
jre1.8.0_271/lib/locale/es/LC_MESSAGES/sunw_java_plugin.mo
jre1.8.0_271/lib/locale/fr/
jre1.8.0_271/lib/locale/fr/LC_MESSAGES/
jre1.8.0_271/lib/locale/fr/LC_MESSAGES/sunw_java_plugin.mo
jre1.8.0_271/lib/locale/it/
jre1.8.0_271/lib/locale/it/LC_MESSAGES/
jre1.8.0_271/lib/locale/it/LC_MESSAGES/sunw_java_plugin.mo
jre1.8.0_271/lib/locale/ja/
jre1.8.0_271/lib/locale/ja/LC_MESSAGES/
jre1.8.0_271/lib/locale/ja/LC_MESSAGES/sunw_java_plugin.mo
jre1.8.0_271/lib/locale/ko.UTF-8/
jre1.8.0_271/lib/locale/ko.UTF-8/LC_MESSAGES/
jre1.8.0_271/lib/locale/ko.UTF-8/LC_MESSAGES/sunw_java_plugin.mo
jre1.8.0_271/lib/locale/ko/
jre1.8.0_271/lib/locale/ko/LC_MESSAGES/
jre1.8.0_271/lib/locale/ko/LC_MESSAGES/sunw_java_plugin.mo
jre1.8.0_271/lib/locale/pt_BR/
jre1.8.0_271/lib/locale/pt_BR/LC_MESSAGES/
jre1.8.0_271/lib/locale/pt_BR/LC_MESSAGES/sunw_java_plugin.mo
jre1.8.0_271/lib/locale/sv/
jre1.8.0_271/lib/locale/sv/LC_MESSAGES/
jre1.8.0_271/lib/locale/sv/LC_MESSAGES/sunw_java_plugin.mo
jre1.8.0_271/lib/locale/zh.GBK/
jre1.8.0_271/lib/locale/zh.GBK/LC_MESSAGES/
jre1.8.0_271/lib/locale/zh.GBK/LC_MESSAGES/sunw_java_plugin.mo
jre1.8.0_271/lib/locale/zh/
jre1.8.0_271/lib/locale/zh/LC_MESSAGES/
jre1.8.0_271/lib/locale/zh/LC_MESSAGES/sunw_java_plugin.mo
jre1.8.0_271/lib/locale/zh_HK.BIG5HK/
jre1.8.0_271/lib/locale/zh_HK.BIG5HK/LC_MESSAGES/
jre1.8.0_271/lib/locale/zh_HK.BIG5HK/LC_MESSAGES/sunw_java_plugin.mo
jre1.8.0_271/lib/locale/zh_TW.BIG5/
jre1.8.0_271/lib/locale/zh_TW.BIG5/LC_MESSAGES/
jre1.8.0_271/lib/locale/zh_TW.BIG5/LC_MESSAGES/sunw_java_plugin.mo
jre1.8.0_271/lib/locale/zh_TW/
jre1.8.0_271/lib/locale/zh_TW/LC_MESSAGES/
jre1.8.0_271/lib/locale/zh_TW/LC_MESSAGES/sunw_java_plugin.mo
jre1.8.0_271/lib/plugin.jar
jre1.8.0_271/lib/javafx.properties
jre1.8.0_271/lib/jfxswt.jar
jre1.8.0_271/man/
jre1.8.0_271/man/man1/
jre1.8.0_271/man/man1/java.1
jre1.8.0_271/man/man1/jjs.1
jre1.8.0_271/man/man1/keytool.1
jre1.8.0_271/man/man1/orbd.1
jre1.8.0_271/man/man1/pack200.1
jre1.8.0_271/man/man1/policytool.1
jre1.8.0_271/man/man1/rmid.1
jre1.8.0_271/man/man1/rmiregistry.1
jre1.8.0_271/man/man1/servertool.1
jre1.8.0_271/man/man1/unpack200.1
jre1.8.0_271/man/man1/tnameserv.1
jre1.8.0_271/man/man1/javaws.1
jre1.8.0_271/man/ja_JP.UTF-8/
jre1.8.0_271/man/ja_JP.UTF-8/man1/
jre1.8.0_271/man/ja_JP.UTF-8/man1/jjs.1
jre1.8.0_271/man/ja_JP.UTF-8/man1/java.1
jre1.8.0_271/man/ja_JP.UTF-8/man1/keytool.1
jre1.8.0_271/man/ja_JP.UTF-8/man1/orbd.1
jre1.8.0_271/man/ja_JP.UTF-8/man1/pack200.1
jre1.8.0_271/man/ja_JP.UTF-8/man1/policytool.1
jre1.8.0_271/man/ja_JP.UTF-8/man1/rmid.1
jre1.8.0_271/man/ja_JP.UTF-8/man1/rmiregistry.1
jre1.8.0_271/man/ja_JP.UTF-8/man1/servertool.1
jre1.8.0_271/man/ja_JP.UTF-8/man1/tnameserv.1
jre1.8.0_271/man/ja_JP.UTF-8/man1/unpack200.1
jre1.8.0_271/man/ja_JP.UTF-8/man1/javaws.1
jre1.8.0_271/man/ja
tar: jre1.8.0_271/man/ja : un lien symbolique ne peut pas être créé vers « ja_JP.UTF-8 »: Opération non permise
jre1.8.0_271/plugin/
jre1.8.0_271/plugin/desktop/
jre1.8.0_271/plugin/desktop/sun_java.desktop
jre1.8.0_271/plugin/desktop/sun_java.png
jre1.8.0_271/release
jre1.8.0_271/THIRDPARTYLICENSEREADME-JAVAFX.txt
tar: jre1.8.0_271/lib/amd64/server/libjsig.so : un lien symbolique ne peut pas être créé vers « ../libjsig.so »: Opération non permise
tar: Arrêt avec code d'échec à cause des erreurs précédentes

Tu as vraisemblablement besoin d’être en root pour faire ça, un petit sudo devant le tar devrait suffire.

tar: jre1.8.0_271/man/ja_JP.UTF-8/man1/rmid.1 : le propriétaire ne peut pas être changé en uid 10143, gid 10143: Opération non permise
jre1.8.0_271/man/ja_JP.UTF-8/man1/rmiregistry.1
tar: jre1.8.0_271/man/ja_JP.UTF-8/man1/rmiregistry.1 : le propriétaire ne peut pas être changé en uid 10143, gid 10143: Opération non permise
jre1.8.0_271/man/ja_JP.UTF-8/man1/servertool.1
tar: jre1.8.0_271/man/ja_JP.UTF-8/man1/servertool.1 : le propriétaire ne peut pas être changé en uid 10143, gid 10143: Opération non permise
jre1.8.0_271/man/ja_JP.UTF-8/man1/tnameserv.1
tar: jre1.8.0_271/man/ja_JP.UTF-8/man1/tnameserv.1 : le propriétaire ne peut pas être changé en uid 10143, gid 10143: Opération non permise
jre1.8.0_271/man/ja_JP.UTF-8/man1/unpack200.1
tar: jre1.8.0_271/man/ja_JP.UTF-8/man1/unpack200.1 : le propriétaire ne peut pas être changé en uid 10143, gid 10143: Opération non permise
jre1.8.0_271/man/ja_JP.UTF-8/man1/javaws.1
tar: jre1.8.0_271/man/ja_JP.UTF-8/man1/javaws.1 : le propriétaire ne peut pas être changé en uid 10143, gid 10143: Opération non permise
jre1.8.0_271/man/ja
tar: jre1.8.0_271/man/ja_JP.UTF-8/man1 : le propriétaire ne peut pas être changé en uid 10143, gid 10143: Opération non permise
tar: jre1.8.0_271/man/ja_JP.UTF-8 : le propriétaire ne peut pas être changé en uid 10143, gid 10143: Opération non permise
tar: jre1.8.0_271/man/ja : un lien symbolique ne peut pas être créé vers « ja_JP.UTF-8 »: Opération non permise
jre1.8.0_271/plugin/
tar: jre1.8.0_271/man : le propriétaire ne peut pas être changé en uid 10143, gid 10143: Opération non permise
jre1.8.0_271/plugin/desktop/
jre1.8.0_271/plugin/desktop/sun_java.desktop
tar: jre1.8.0_271/plugin/desktop/sun_java.desktop : le propriétaire ne peut pas être changé en uid 10143, gid 10143: Opération non permise
jre1.8.0_271/plugin/desktop/sun_java.png
tar: jre1.8.0_271/plugin/desktop/sun_java.png : le propriétaire ne peut pas être changé en uid 10143, gid 10143: Opération non permise
jre1.8.0_271/release
tar: jre1.8.0_271/plugin/desktop : le propriétaire ne peut pas être changé en uid 10143, gid 10143: Opération non permise
tar: jre1.8.0_271/plugin : le propriétaire ne peut pas être changé en uid 10143, gid 10143: Opération non permise
tar: jre1.8.0_271/release : le propriétaire ne peut pas être changé en uid 10143, gid 10143: Opération non permise
jre1.8.0_271/THIRDPARTYLICENSEREADME-JAVAFX.txt
tar: jre1.8.0_271/THIRDPARTYLICENSEREADME-JAVAFX.txt : le propriétaire ne peut pas être changé en uid 10143, gid 10143: Opération non permise
tar: jre1.8.0_271/lib/amd64/server/libjsig.so : un lien symbolique ne peut pas être créé vers « ../libjsig.so »: Opération non permise
tar: jre1.8.0_271/lib/amd64/server : le propriétaire ne peut pas être changé en uid 10143, gid 10143: Opération non permise
tar: jre1.8.0_271/lib/amd64 : le propriétaire ne peut pas être changé en uid 10143, gid 10143: Opération non permise
tar: jre1.8.0_271/lib : le propriétaire ne peut pas être changé en uid 10143, gid 10143: Opération non permise
tar: jre1.8.0_271 : le propriétaire ne peut pas être changé en uid 10143, gid 10143: Opération non permise
tar: Arrêt avec code d'échec à cause des erreurs précédentes

Il me faudrait voir les commandes que tu as lancées pour comprendre ce qui se passe. :slight_smile: Au pire un petit

sudo rm -rf jre1.8.0_271

avant de relancer le tar (attention au rm -rf en root, bien mettre le nom exact du répertoire à détruire et éviter tous les * et autres ? ).

j’avais mi ça:

sudo tar zxvf jre-8u271-linux-x64.tar.gz

Essaie de supprimer le répertoire et relance. Normalement ça devrait passer.