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

    50 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 need a 64-bit …

  2. Converting ISO 8601-compliant String to java.util.Date

    Feb 5, 2010 · I am trying to convert an ISO 8601 formatted String to a java.util.Date. I found the pattern yyyy-MM-dd'T'HH:mm:ssZ to be ISO8601-compliant if used with a Locale (compare sample). …

  3. java - Where to find JDK 8 for ARM - Stack Overflow

    Mar 20, 2014 · I went to the Oracle site to download the release JDK 8 for ARM and the version labeled as JDK 8 is actually JDK 7 update 40. Does anyone know where to find the JDK 8 for ARM or how to …

  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 - 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 sample/jnlp/servlet …

  6. 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 require a …

  7. 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 produce the …

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

  9. java - The type com.google.cloud.ServiceOptions$Builder cannot be ...

    Dec 12, 2019 · Here I am trying to insert CSV data into bigQuery table, I already configured google-cloud-bigquery-1.93.0.jar file in eclipse. But I am getting error for "com.google ...

  10. java - How can I look at the fourth element in a string if the strings ...

    Apr 23, 2015 · My Scanner object will be in a separate class called DirectoryServer.java. I created this pseudo code: 1) for each string in the array list, look at the 4th word 2) if the user search = 4th word, …