Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

add javac alternative for java-8-openjdk-amd64 linux

Proud Porcupine answered on January 5, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • how to install java 8 on terminal os
  • java jdk java_home home ubuntu openjdk-8-jdk
  • install java 8 on windows 10
  • update javac version linux
  • openjdk-11-jdk java_home windows
  • javac different version than java
  • install java8
  • sudo yum install java-1.8.0-openjdk
  • Failed to run "javac -version", make sure that you have a JDK version 8 installed. You can get it from the following location: https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html

  • add javac alternative for java-8-openjdk-amd64 linux

    0

    Your Java 8 install is only for the Java Runtime Environment (JRE). Therefore, it won't have a Java compiler (javac). The compiler is part of the Java Development Kit (JDK).

    Try installing Java 8 JDK: sudo apt-get install openjdk-8-jdk. It is likely that your Java 11 distribution is also a JRE-only install. If you need it, just install it the same way as I showed you for Java 8.

    Popularity 1/10 Helpfulness 1/10 Language javascript
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Jan 05 2023
    Proud Porcupine
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.