About 51 results
Open links in new tab
  1. Java JRE 64-bit download for Windows? - Stack Overflow

    Particularly relevant excerpt: "Users should download 64-bit Java software, if they are running 64-bit IE. For downloading 64-bit Java click 64-bit manual download " The only off-line installer, as far as I can …

  2. 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. …

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

    Oct 22, 2018 · 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 pointing to your old JDK. You need to …

  4. java - How can I install JDK on 32 bit Windows 10? - Stack Overflow

    Jul 25, 2018 · How can I install the Java Development Kit on 32 bit Windows 10? It says This app can't run on your computer. I don't have 64 bit windows. Can anyone help me?

  5. Download IBM Java JDK 8 for windows - Stack Overflow

    I am looking to Download IBM Java JDK 8 for windows 10 OS or Windows Server 2012 R2 OS. Does IBM provide JAVA JDK 8 software so that we can install and test it? Or Does IBM provide only AIX …

  6. How do I find where Java is installed on Windows 10?

    Nov 16, 2021 · 6 I recently installed Java (Java Runtime 1.8.121) to my machine. I need to set up JAVA_HOME and set the variable from the Java folder where it installed. Everywhere I have looked …

  7. java - How do I find where JDK is installed on my windows machine ...

    Jan 13, 2011 · Command line: Run where java on Command Prompt. GUI: On Windows 10 you can find out the path by going to Control Panel > Programs > Java. In the panel that shows up, you can find …

  8. java - Installing JDK without administrator privileges - Stack Overflow

    Maybe a good alternative is to use OpenJDK, here is an unnoficial build for windows, so you can download the Zip file extract to any folder and set the JAVA_HOME for your windows user.

  9. java - Where to download jdk 1.4.2 for Windows - Stack Overflow

    Dec 29, 2009 · From where can I download Sun JDK 1.4.2 for Windows. I have checked Sun's website and since they have stopped the support to this version it is no longer available for download.

  10. java - Running JAR file on Windows - Stack Overflow

    There is a windows freeware application called "bat to exe" which you can use to create an exe file from a .bat file with the apropriate command line in it. you can also embed the jar file in the exe with this …