Top "Jdk6" questions

For issues relating to setting up or using the Java Development Kit (JDK), version 6.

Android SDK installation doesn't find JDK

I'm trying to install the Android SDK on my Windows 7 x64 System. jdk-6u23-windows-x64.exe is installed, but the …

java android sdk windows-7-x64 jdk6
Does Android support JDK 6 or 7

I am new to Android development. Can I use my existing Java code developed using JDK 7 in Android? The functions …

android java-7 jdk6
How to tell why a file deletion fails in Java?

File file = new File(path); if (!file.delete()) { throw new IOException( "Failed to delete the file because: " + getReasonForFileDeletionFailureInPlainEnglish(file)); } Is …

java file-io error-handling jdk1.6 jdk6
How to convert a date to dd.MM.yyyy format in Java?

How can I convert the date(Mon Jan 12 00:00:00 IST 2015) in the format MM.dd.yyyy or dd.MM.yyyy? I …

java date jdk6
Comparison between jdk1.6 and jdk1.8 code with Example

I would like to understand how jdk1.8 code is, as compared to code of jdk1.6 Can anyone provide an example, …

java-8 jdk6
Web Service Client in JBOSS 5.1 with JDK6

This is a continuation of the question here: JBoss - does app have to be compiled under same jdk as …

java web-services jboss jdk6