The build script says
+--------------------| W A R N I N G |----------------------+ This build is targeted for use with JVM 1.3 Using this build on a virtual machine other than the one it is targeted for may result in runtime errors. +-----------------------------------------------------------+
do we still need that now that the database connection thing doesn't need any specific JVM version?
We may need this warning for 1.4 -- it's not (always) compatible down to 1.3 (example - new method in StringBuffer)
Vadim
