Oh, but I *am* using JDK6 with Click. But I use the provided jars
instead of the sources provided by Click. The libs are obviously
compiled with 1.4 to be compatible. If I want to run Click as "native"
JDK6, I would have to include the sources in my project and compile them
myself.
But I don't know if I want that. Should I?
Yes. It's very simple:
1. checkout
http://incubator.apache.org/click/docs/developer-guide/source-code.html
2. build
http://incubator.apache.org/click/docs/developer-guide/building.html
In fact you might need to, e.g. if you are using Cayenne 3 (with the
click integration).
A.