| Author |
What to put in version.txt?
|
mohammad abdellatif
Greenhorn
Joined: Aug 29, 2007
Posts: 24
|
|
Hello
what to put in version.txt, shall I put the output of "java -version" or only JDK 1.6??
|
 |
Roel De Nijs
Bartender
Joined: Jul 19, 2004
Posts: 4389
|
|
|
That's what I did, together with the OS I used for developing and testing
|
SCJA, SCJP (1.4 | 5.0 | 6.0), SCJD
http://www.javaroe.be/
|
 |
mohammad abdellatif
Greenhorn
Joined: Aug 29, 2007
Posts: 24
|
|
Sorry, it was not clear enough for me
That's what I did, together with the OS I used for developing and testing
which one did you use??
Shall I write
JDK 1.6 Linux ubuntu
or use the output of "java -version"
java version "1.6.0_20"
OpenJDK Runtime Environment (IcedTea6 1.9.9) (6b20-1.9.9-0ubuntu1~10.10.2)
OpenJDK 64-Bit Server VM (build 19.0-b09, mixed mode)
|
 |
Roel De Nijs
Bartender
Joined: Jul 19, 2004
Posts: 4389
|
|
I think it's not getting any easier than
instructions.html wrote:A file called version.txt. This must contain pure ASCII (not a word processor format) indicating the exact version of JDK you used, and the host platform you worked on.
|
 |
Roberto Perillo
Bartender
Joined: Dec 28, 2007
Posts: 2216
|
|
Here's what I did: I put my name and my ids, version of the JDK used and host platform (OS). Just it.
OpenJDK Runtime Environment (IcedTea6 1.9.9) (6b20-1.9.9-0ubuntu1~10.10.2)
OpenJDK 64-Bit Server VM (build 19.0-b09, mixed mode)
Well, just be aware of the following:
You 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 platform and that platform must not have been superseded by a new production version for more than 18 months by the time you make your submission.
I don't know if they can see the "OpenJDK" as a problem... I'd put a production version of the JDK (something like 1.6.0_27 or 1.7.0).
|
Cheers, Bob "John Lennon" Perillo
SCJP, SCWCD, SCJD, SCBCD - Daileon: A Tool for Enabling Domain Annotations
|
 |
 |
|
|
subject: What to put in version.txt?
|
|
|