Top "Java-6" questions

Java SE version 6 was released in December 2006.

How Can I create a generic HashMap to insert collections and objects?

How Can I instantiate a HashMap to put collections and objects?. //it's wrong Map<String,?>params=new HashMap&…

java generics hashmap java-6 java-5
Java 1.6 - determine symbolic links

In a DirectoryWalker class I want to find out if a File instance is actually a symbolic link to a …

java java-6
How can I prevent PermGen space errors in Netbeans?

Every 15-30 minutes Netbeans shows a "java.lang.OutOfMemoryError: PermGen space". From what I learned from Google this seems to …

java netbeans netbeans6.5 java-6
Using default Providers/MessageBodyWriters in Jersey 2

Just starting with Jersey, I've been trying to reproduce the simple example in the latest Jersey documentation 'building responses'. This …

rest jax-rs server jersey-2.0 java-6
How to silently install Java JDK into a specific directory on windows

On my development machine I always have to install Java 6 and Java 7 and I have to install each JDK in …

java java-7 java-6 silent-installer
When is Java 6 end of life? (In the context of writing developer tools)

Background This is not as immediately obvious to figure out as you would think. First off, while Oracle has stopped …

java java-6
How to set an environment variable in Java using exec?

Possible Duplicate: How do I set environment variables from Java? I'm trying to set an environment variable, and read it …

java environment-variables runtime.exec java-6
Eclipse: export to .jar AND include resource files (ANT)

Our project in eclipse approximately shows the following folders: application - src - JRE System Library [1.6] - Referenced Libraries - …

eclipse ant executable-jar java-6
Getting the name of a method parameter

In Java 6, imagine I have the following method signature: public void makeSandwich(Bread slice1, Bread slice2, List<Filling> …

java reflection runtime java-6