Top "Jdk1.5" questions

For questions relating to using the Java Development Kit (JDK), version 1.5.

How do I join two lists in Java?

Conditions: do not modifiy the original lists; JDK only, no external libraries. Bonus points for a one-liner or a JDK 1.3 …

java list jdk1.5
How to set a JVM TimeZone Properly

I am trying to run a Java program, but it is taking a default GMT timezone instead of an OS …

java jvm windows-server-2008 timezone jdk1.5
How to redirect verbose garbage collection output to a file?

How do I redirect verbose garbage collection output to a file? Sun’s website shows an example for Unix but …

garbage-collection java jdk1.5
Invalid maximum heap size

I have copied a jdk directory from another location. Since then, I get the following error message. Your environment has …

jvm jdk1.5 heap-size
SEVERE: A message body writer for Java class java.util.ArrayList and MIME media type application/json was not found

I am testing RESTful services and when I execute I am getting exceptions although I have the following jars in …

java rest jersey oc4j jdk1.5
Why do people still use primitive types in Java?

Since Java 5, we've had boxing/unboxing of primitive types so that int is wrapped to be java.lang.Integer, and …

java primitive primitive-types autoboxing jdk1.5
JAXB unmarshalling ignoring namespace turns element attributes into null

I'm trying to use JAXB to unmarshal an xml file into objects but have come across a few difficulties. The …

java namespaces jaxb attributes jdk1.5
Did we always have to register to download the Java 5 JDK, or is this new Oracle fun?

I could swear that just a couple of months ago I downloaded a copy of the Java 1.5 SE JDK and …

java download jdk1.5
How Can I Tell Eclipse to Compile and Build a Project with a Different JRE Version than it Normally Does?

I'm not sure if this question has been answered in full or if my title is descriptive enough given my …

eclipse java jdk1.5
Maven - Use JDK 7 to Compile for JVM 5

I've been trying to get this to work for a while now but no luck yet. I want to run …

java maven jdk1.5