About 864,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 - 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 …

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

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

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

  6. Max memory for 64bit Java - Stack Overflow

    Jan 19, 2010 · On 64-bit VMs, you have 64 bits of addressability to work with resulting in a maximum Java heap size limited only by the amount of physical memory and swap space your …

  7. intellij idea - How to avoid "Sharing is only supported for boot …

    Jan 15, 2019 · Recently I switched to the Java 11 and start to debug my app and saw this message: OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader …

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

  9. java - How can I tell if I'm running in 64-bit JVM or 32-bit JVM …

    Jan 14, 2010 · How can I tell if the JVM in which my application runs is 32 bit or 64-bit? Specifically, what functions or properties I can used to detect this within the program?

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

    The theoretical maximum heap value that can be set with -Xmx in a 32-bit system is of course 2^32 bytes, but typically (see: Understanding max JVM heap size - 32bit vs 64bit) one cannot …