About 50 results
Open links in new tab
  1. java - How to know the jdk version on my machine? - Stack Overflow

    Java Runtime JRE and the Java development kit JDK are two separate things. If you want to check the version of the Java compiler used within your local JDK use javac -version.

  2. java - 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 using echo …

  3. java - SSL and cert keystore - Stack Overflow

    Aug 16, 2021 · How does my Java program know where my keystore containing the certificate is? Or alternatively: How do I tell my Java program where to look for the keystore? After specifying the …

  4. How to locate my java jdk folder and edit the path variable ...

    May 11, 2015 · How to locate my java jdk folder and edit the path variable - integration maven Ask Question Asked 13 years, 4 months ago Modified 4 years, 3 months ago

  5. path variables - I have 64 bit Java, but no jdk folder in my Program ...

    Mar 5, 2014 · I'm trying to set the JAVA_HOME environment variable - I need to set it to the 64 bit version. To make sure I have the 64 bit version, I checked java -version by the cmd prompt, and got …

  6. Too many imports are spamming my Java code - Stack Overflow

    Mar 19, 2019 · or 2- import only the java.awt classes I need and not import java.awt.* which automatically includes the awt.Rectangle Now the problem is that both ways result in a lot of …

  7. macos - Why is my build path suddenly incomplete for my java project …

    Sep 13, 2023 · I have a Java program that I have been using for several months now that generates excel surveys. I an using Maven as my Java build in VS Code. For some reason, starting today, as …

  8. How do I print my Java object without getting "SomeType@2f92e0f4"?

    Mar 19, 2015 · 8 By default, every Object in Java has the toString() method which outputs the ObjectType@HashCode. If you want more meaningfull information then you need to override the …

  9. IntelliJ IDEA is not recognizing my java files as runnable and instead ...

    Nov 8, 2018 · My issue was that I have multiple modules for my project and the module I was working on (where java files were not recognized) was not included in the main pom. I just added that module in …

  10. Can't run my java .exe program. How do I troubleshoot this ? ("A Java ...

    May 27, 2019 · Executing:C:\Users\edena\Documents\CGen.exe Exception in thread "main" java.lang.UnsupportedClassVersionError: CodeGenerator has been compiled by a more recent …