Top "Java-6" questions

Java SE version 6 was released in December 2006.

How can you disable all sorting code in JTable in 1.6

I have a JTable extension that has been in use since Java 1.3/1.4 in the project that provided things like column …

java swing jtable jdk1.6 java-6
Android SDK not found in Xamarin

I'm beginner of C# as well as Xamarin. I've installed Visual Studio and Xamarin but when I try to create …

xamarin sdk visual-studio-2015 xamarin.android java-6
Java - How to find count of items in a list in another list

Say I have two lists: List<String>products = new ArrayList<String>(); products.add("computer"); products.add("…

java list count java-6
How to generate end tag for empty element in XML using JAXB

I'm generating XML using JAXB. But JAXB is generating an empty Tag closing it self. But my client want separate …

java xml jaxb marshalling java-6
Compiling Java 7 to Java 6

I'm aware that the runtime features of Java 7 are not available with Java 6 but since no new byte code has …

java java-7 porting java-6
Resource leak while using try...finally?

I was working normally in eclipse when I got bugged by a resource leak warning in both return values inside …

java eclipse resources eclipse-juno java-6
Your active platform is: JDK_1.6, but the corresponding property "platforms.JDK_1.6.home" is not found in the project's properties files

I'm a Java noob (but have been programming for 25+ years, and have worked with OO languages from day 1). All of …

java netbeans platform java-6
Generic support for ISO 8601 format in Java 6

Java 7 has introduced support in the SimpleDateFormat class for ISO 8601 format, via the character X (instead of lower or upper …

java regex date simpledateformat java-6
Kerberos broken after upgrading from Java6 to Java7

I have a working application using the spring-security kerberos extension, running on jboss, running java 6. I'm in the process of …

spring-security java-7 kerberos java-6 spnego
Old projects compatible with Java 7

My old projects use Java 6 (1.6), and I don't know when I update (Java 7), they can run fine ?

java backwards-compatibility java-7 java-6