About 2,750,000 results
Open links in new tab
  1. Java JRE 64-bit download for Windows? - Stack Overflow

    49 I'm working on a web site project with a Java component and am currently testing for cross-browser compatibility. Most is fine but the Java part won't load on 64-bit browsers. Looks like I …

  2. macos - How to install Java 8 on Mac - Stack Overflow

    Ironically, the "Java" control panel under System Preferences shows only Java 1.8! Why doesn't Oracle's installer put it where it really goes? And how can I work around this problem?

  3. java - Where can I download JNLP.jar? - Stack Overflow

    Sep 29, 2011 · The sample folder is in the "Java SE Development Kit <version> Demos and Samples Downloads" file, a separate download from the JDK. The 7u21 version does have …

  4. java - How to install openjdk-8-jdk on Debian 10 (Buster)? - Stack …

    Jul 14, 2019 · It seems Debian does not support openjdk-8-jdk anymore due to a security issue. What is the easiest way to install openjdk-8-jdk for Debian 10 (Buster)?

  5. java - `javac.exe` not found in the `jdk\bin` - Stack Overflow

    Feb 2, 2016 · 4 It is inside bin directory under your C:\Java\jdk1.8.0_72. Now you need to update your Environment variables and append C:\Java\jdk1.8.0_72\bin to the Path variable after …

  6. How to download videos from youtube on java? - Stack Overflow

    Oct 27, 2010 · how to download videos from youtube on Java? need class(or piece of code) which describes how to do that. Thank you.

  7. java - jdk7 32 bit windows version to download - Stack Overflow

    Aug 16, 2011 · The last release was update 80, therefore the 32-bit filename to download is jdk-7u80-windows-i586.exe (64-bit is named jdk-7u80-windows-x64.exe. Old Java downloads also …

  8. Download a file through an HTTP Get in java - Stack Overflow

    Jan 6, 2012 · I've written a download Servlet to return a file based on a messageID parameter. Below is the doGet method. @Override protected void doGet(HttpServletRequest request, …

  9. android - Convert .Java file to .Smali file - Stack Overflow

    You can compile the java classes using a normal java compiler, and then use Android's 'dx' utility to convert the compiled .class files to a dex file. And then run baksmali on the dex file to …

  10. Picked up _JAVA_OPTIONS: -Xmx256M - Stack Overflow

    May 1, 2017 · The message "Picked up _JAVA_OPTIONS" implies that the Java runtime has found this setting in your environment variables. The solution depends on which operating …