About 996,000 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, …

  2. Java HotSpot(TM) 64-Bit Server VM warning - Stack Overflow

    Jun 23, 2015 · Use 64 bit Java on a 64 bit OS Decrease Java heap size (-Xmx/-Xms) Decrease number of Java threads Decrease Java thread stack sizes (-Xss) Set larger code cache with …

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

    Oct 22, 2018 · How to install openJdk 8 in windows 64 bit os Asked 7 years, 1 month ago Modified 4 years, 5 months ago Viewed 100k times

  4. Usage of -d32 and -d64 while launching Java - Stack Overflow

    The citation you made: The options -d32 and -d64 have been added to the Java launcher to specify whether the program is to be run in a 32 or 64-bit environment. is valid only for the …

  5. How to find if java.exe is 32-bit or 64-bit? - Stack Overflow

    Apr 17, 2017 · 5 I have a laptop with Windows 7 Professional 64-bit operating system. It has a C:\ProgramData\Oracle\Java\javapath folder which contains java.exe. How can I know if this …

  6. How to set the java path and classpath in windows-64bit

    Sep 17, 2011 · I wouldn't install such an old version of Java. I would also install the 64-bit Java on a 64-bit OS. Why do you want to run javac on the command line? I would use an IDE, its more …

  7. java - how to fix EXE4J_JAVA_HOME, No JVM could be found on …

    Aug 5, 2015 · 4 Try installing the 32 bit version of Java 6. This works for version Install4J 4.0.5. Should fire right up, or allow you to re-run the installer. Any newer version or the 64-bit version …

  8. How many significant digits do floats and doubles have in java?

    Oct 9, 2019 · There is 1 bit used as the sign bit. double: 64 bits (8 bytes) where 52 bits are used for the mantissa (about 16 decimal digits). 11 bits are used for the exponent and 1 bit is the …

  9. java - What is the largest possible heap size with a 64-bit JVM ...

    26 If you want to use 32-bit references, your heap is limited to 32 GB. However, if you are willing to use 64-bit references, the size is likely to be limited by your OS, just as it is with 32-bit JVM. …

  10. java - Configure Windows to use 32-bit JRE instead of 64-bit JRE ...

    Then added JAVA_HOME variable with value C:\Program Files (x86)\Java\jdk1.7.0_02, but still CMD shows same output. In Java Control Panel->Java->Java Runtime Environment Settings …