About 50 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 - How to install openJdk 8 in windows 64 bit os - Stack Overflow

    Oct 22, 2018 · can u tell me how to download openjdk 8 as tcs codevita needs java 8 The best way to do this is to use the builds from adoptopenjdk. They're very high quality and come in multiple variants …

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

    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 of 6 will fail, …

  4. What is the difference between x86 and x64 - Stack Overflow

    Aug 31, 2012 · The difference is that Java binaries compiled as x86 (32-bit) or x64 (64-bit) applications respectively. On a 64-bit Windows you can use either version, since x86 will run in WOW64 mode. …

  5. Get Oracle Java 1.8 in windows without installing it

    Nov 19, 2014 · Is it possible to get Java in zip format? I don't want to install it by getting .exe file. Is there any zip version of Java 1.8 so that I can download it and extract it and start using it in my W...

  6. How to install Java 1.1 on 64-bit Windows - Stack Overflow

    May 13, 2018 · How to install Java 1.1 on 64-bit Windows Asked 7 years, 9 months ago Modified 3 years, 11 months ago Viewed 4k times

  7. SWT on Windows 64-bit - Stack Overflow

    May 27, 2010 · My application throws the exception below. Exception in thread "main" java.lang.UnsatisfiedLinkError: Cannot load 32-bit SW T libraries on 64-bit JVM. How to solve this? …

  8. how to only download the 1.7 JDK, not SDK, for windows

    Apr 3, 2017 · 3 Installing java for casual java developers has always been something of a minefield. E.g. do we need SE or EE edition for say STS/Grails, do we need the SDK or JDK? I am pretty sure I …

  9. java 11 - How to install OpenJDK 11 on Windows? - Stack Overflow

    Sep 26, 2018 · For Java 12 onwards, official General-Availability (GA) and Early-Access (EA) Windows 64-bit builds of the OpenJDK (GPL2 + Classpath Exception) from Oracle are available as tar.gz/zip …

  10. java - Should I use 32-bit or 64-bit JDK? - Stack Overflow

    May 3, 2013 · I just compiled a MQTT client in both the 32-bit JDK (jdk-8u281-windows-i586) and the 64-bit JDK (jdk-8u281-windows-x64). The class files produced had matching MD5 checksums.