About 50 results
Open links in new tab
  1. java 11 - How to install OpenJDK 11 on Windows? - Stack Overflow

    Sep 26, 2018 · Register an uninstaller with Windows. As of Java 11, the Oracle's free version of Java (Oracle OpenJDK) doesn't seem to include an installer. It is just a zip file containing the binaries. …

  2. Installing JDK without administrator privileges - Stack Overflow

    Jun 5, 2012 · I am trying to install JDK at office laptop but it says I need administrator privileges. I have only access to my own account at work. How can I install the Java Development Kit without …

  3. macos - How to brew install java? - Stack Overflow

    Jan 6, 2021 · I'd like to setup java on a new OS X machine, and prefer to use brew for OS X package management. How can I install latest java using brew?

  4. macos - How to install Java 8 on Mac - Stack Overflow

    2273 Oracle has a poor record for making it easy to install and configure Java, but using Homebrew, the latest OpenJDK (Java 14) can be installed with:

  5. How to Install Java (JDK/JRE) with PIP? - Stack Overflow

    Feb 19, 2022 · 1 How do I install a specific Jdk/JRE using pip? I found this link and the instruction is to run pip install install-jdk, however after I do that, where is Java? If I run java -version nothing is returned.

  6. java - How to install the JDK on Ubuntu Linux - Stack Overflow

    Feb 9, 2013 · I am trying to install the Java Development Kit (JDK) on Ubuntu Linux distribution, but I am unable to install it. What are the steps to install it on Ubuntu?

  7. macOS - How to install Java 17 - Stack Overflow

    Nov 8, 2021 · I like sdkman. Then sdk install java 17.0.1.fx-librca to install the current release from Liberica (with included JavaFX). Or sdk ls java to see the various other current releases.

  8. java - What is the proper way of using JDK on WSL2 on Windows 10 ...

    Sep 13, 2020 · My windows 10 already have the JDK installed. Do I need to install JDK on ubuntu on WSL or can I use the Windows 10 JDK in the Ubuntu? How you do Java programming on WSL? …

  9. How to set specific Java version to Maven? - Stack Overflow

    Oct 29, 2013 · 269 Maven uses the JAVA_HOME parameter to find which Java version it is supposed to run. I see from your comment that you can't change that in the configuration. You can set the …

  10. java - How to install openJdk 8 in windows 64 bit os - Stack Overflow

    Oct 22, 2018 · Dead simple to install JDK 8, 11 or 15. But, after the installation when I tried checking the version using command java -version it's showing like regular JDK. This is because JAVA_HOME is …