About 334,000 results
Open links in new tab
  1. What is the difference between default-jdk, ecj, gcj and openjdk?

    "gcj" was/is a project to implement a java compiler and runtime as part of the gcc project. The project predates the opensourcing of the original Java implementation and interest seems to have waned …

  2. apt - How to install gcj? - Ask Ubuntu

    It seems I need to install gcc but:sudo apt-get install libgcj6-dev (you can try this from synaptic as well) sudo apt-get install gcj-jdk

  3. installation - How can I install gcj on Linux? - Super User

    Dec 8, 2009 · 0 Under OpenSUSE, start /sbin/yast2, click on the "Software management", enter "gcj" in the search box, ans post-install all gcj packages.

  4. How to install gcj on Ubuntu 16.04

    Jan 18, 2019 · gcj is provided by gcj-jdk, gcj-4.8-jdk, gcj-4.9-jdk, gcj-5-jdk and gcc-snapshot in Ubuntu 16.04. Before you try to install any of these packages, run the following command to show what …

  5. apt-get install openjdk-7-jdk doesn't install javac. Why?

    Not sure if this helps, but it worked for me. I had this problem, javac was simply not there, anywhere, probably because I only installed the jre. Installing the jdk after the jre fixed it. sudo apt-get install …

  6. JAVAC is not in the jdk path but java -version says JDK is installed

    It seems you have installed JRE (Java Runtime Environment) only. javac comes under JDK (Java Development Kit) package. To install JDK, open terminal and type following command: sudo apt-get …

  7. I tried to run Java -version, and it said "The program 'java' can be ...

    I don't believe that the question is irrelevant. I just tried to completely remove java from my linux. The message on console is ambiguous " (...) java can be found (...)". It doesn't say that java was …

  8. apt - Java is installed but not recognized - Ask Ubuntu

    austin@HP-ENVY-m6-Notebook-PC:~$ java -version The program 'java' can be found in the following packages: * default-jre * gcj-4.8-jre-headless * openjdk-7-jre-headless * gcj-4.6-jre-headless *

  9. Java Runtime Environment (JRE) not found (linux ubuntu)

    Aug 16, 2019 · 5) Now done. If I do a: java -version I obtain: The program 'java' can be found in the following packages: * default-jre * gcj-5-jre-headless * openjdk-8-jre-headless * gcj-4.8-jre-headless * …

  10. apt - Installing java problem - Ask Ubuntu

    * gcj-4.6-jre-headless * openjdk-6-jre-headless * gcj-4.5-jre-headless * openjdk-7-jre-headless Try: sudo apt-get install <selected package> Q1) Does this mean Java is not installed? Q2) Is there a better …