Jump to content
ElementaryOS France

Search the Community

Showing results for tags 'java'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Votre communauté
    • Idées & améliorations
    • Présentation des membres
    • Sorties d'eOS
  • ElementaryOS
    • Applications tierces
    • Un problème ?
    • Tutoriels
    • Votre desktop
  • Personnalisation
    • Icônes
    • Bootloader
  • Divers
    • Le bar des amis
    • Scripting, Coding, Bash

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 1 result

  1. Pas besoin de se compliquer la vie (pour Java8): sudo add-apt-repository ppa:webupd8team/java sudo apt-get update sudo apt-get install oracle-java8-installer ou d'un coup d'un seul (pour Java9): sudo add-apt-repository ppa:webupd8team/java && sudo apt-get update && sudo apt-get install oracle-java9-installer Note: sous Ubuntu, Java 8 apparaît sous l'appellation Java 1.8.0 et Java 9 comme Java 1.9.0-ea. Par ailleurs, Java9 n'est pas encore disponible pour le grand public car il peut être bogué et certaines de vos applications Java peuvent ne plus fonctionner. La release stable est prévue pour l'été 2016. Alors, si vous constatez des problèmes, désinstallez-le et installez Java 8 à la place. sudo apt-get purge oracle-java9-installer sudo apt-get install oracle-java8-installer
×
×
  • Create New...