About 50 results
Open links in new tab
  1. How do I find where JDK is installed on my windows machine?

    Jan 13, 2011 · I need to know where JDK is located on my machine. On running Java -version in cmd, it shows the version as '1.6.xx'. To find the location of this SDK on my machine I tried …

  2. What is the difference between JDK and JRE? - Stack Overflow

    Dec 15, 2009 · JDK and JRE To explain the difference between JDK and JRE, the best is to read the Oracle documentation and consult the diagram : Java Runtime Environment (JRE) The …

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

    Oct 22, 2018 · The best way to do this is to use the builds from adoptopenjdk. They're very high quality and come in multiple variants for Windows ranging from zip files to MSI installers. Dead …

  4. What is the difference between JVM, JDK, JRE & OpenJDK?

    Jul 19, 2012 · JDK and JRE To explain the difference between JDK and JRE, the best is to read the Oracle documentation and consult the diagram: Java Runtime Environment (JRE) The …

  5. Differences between JDK and Java SDK - Stack Overflow

    Oct 3, 2008 · The JDK (Java Development Kit) is an SDK (Software Dev Kit). It is used to build software/applications on Java and of course it includes the JRE (Java Runtime Edition) to …

  6. Switch between multiple java versions JDK1.8 and JDK10

    May 9, 2018 · Even though I change JAVA_HOME, PATH to jdk 8, system jdk does not changes. After changing path and JAVA_HOME if I check version of java in command prompt, it shows …

  7. Difference between OpenJDK and Adoptium/AdoptOpenJDK

    Ideally, we would simply refer to all Oracle JDK builds as the "Oracle JDK", either under the GPL or the commercial license, depending on your situation. However, for historical reasons, while …

  8. java - Where is the Keytool application? - Stack Overflow

    Jan 28, 2011 · keytool is part of the standard java distribution. In a windows 64-bit machine, you would normally find the jdk at C:\Program Files\Java\jdk1.8.0_121\bin It is used for managing …

  9. java - How can I get the latest JRE / JDK as a zip file rather than …

    Oct 25, 2009 · 566 JDK is not available as a portable ZIP file, unfortunately. However, you can follow these steps: Create working JDK directory (C:\JDK in this case) Download latest version …

  10. SQL Developer with JDK (64 bit) cannot find JVM - Stack Overflow

    Jul 2, 2015 · That is why I install new jdk x86 and trying to change jdk path but this error happened: Trying to download SQL Developer 32 Bit, but at the site said that the bundle …