Is this really necessary?
No, if you are just browsing the code or making occasional changes.
Yes, if you are actively developing.
This piece of code will be happily accepted under JDK 1.5 JRE with
JDK 1.4 compiler settings:
StringBuilder b = new StringBuilder();
Andrus
On Aug 2, 2006, at 4:24 PM, Kevin Menard wrote:
* create two workspaces - one for JDK 1.4 and one for 1.5 code.
* import the following projects to 1.4 workspace:
core/cayenne-jdk1.4-core/
modeler/modeler
* import the following projects to 1.5 workspace
core/cayenne-jdk1.5-core
core/cayenne-jpa
Is this really necessary? You can configure the compiler plugin to
use the
proper JDK. I have projects with mixed JDK versions no problem. I
just
think setting up two different workspaces is more work than is really
necessary.
Btw, I'm +1 on dumping the environment variable. I haven't been
using it
all for a while.
--
Kevin