Top "Java-6" questions

Java SE version 6 was released in December 2006.

Is is possible to build java code using JDK 1.6 to run on JRE 1.5?

Is there an option to build java code to run on JRE 1.5 when compiled using JDK 1.6? PS: I am new …

java java-6 java-5
Which OJDBC Driver for Java 6?

We're currently using ojdbc14.jar, should we be using ojdbc6.jar ? Update: Oracle 10g being used

java oracle jdbc java-6 ojdbc
Java method works in 1.5 but not 1.6

I have an application which has been running happily under Java 1.5 for around a year. We've just had the boxes …

java xml incompatibility java-6 java-5
Split by first found String in Java

is ist possible to tell String.split("(") function that it has to split only by the first found string "("? Example: …

java regex jakarta-ee java-6
JRE 6 and 7 side-by-side with JRE 6 as default (Win 7)

For a migration project to migrate from Java 6 to Java 7 runtime on Windows 7, we are looking to get the following …

windows-7 java-7 java java-6
WatchService for Java 6

Java 7 introduced WatchService for monitoring file systems continuously. Is there a backport for Java 6 ? Are there pure Java libraries with …

java filesystems java-6
Eclipse chokes on enum, even though Compiler compliance level is 1.6

I have set my Eclipse project's Compiler compliance level to 1.6 But I get errors like in the screenshot below: Syntax …

java eclipse java-6
How do I get an inner class to inherit enclosing class' generic type?

I'm using Java 6. I'm having trouble getting my inner class to use the same generic class as its enclosing class. …

java generics java-6
Is it possible to compile class files with the Java 7 SDK which can run on Java 6 JVMs?

Since the public Java 6 SE JRE is getting closer to it's EOL (Nov '12), I'm considering porting my projects from …

java javac java-7 java-6
validateTree in Java 7.x doesnt work (in Java 6.x was fine)

My version of java is: Java Plug-in 10.3.1.255 Using JRE version 1.7.0_03-b05 Java HotSpot(TM) Client VM So when I had …

java swing java-7 java-6