Friends,
My specification says that I "may develop your code using any implementation of the
Java 2 platform, but the submission that you return must have been tested and shown to work under a production (not development) version of the Sun Microsystems' Java 2".
The version of my installed Java is:
java version "1.6.0_03"
Java(TM) SE Runtime Environment (build 1.6.0_03-b05)
Java HotSpot(TM) Client VM (build 1.6.0_03-b05, mixed mode, sharing)
How do I know if it is a development or a production version? Does the "b05" have anything to do with "Beta"?
Thanks,
Paulo Crestani