So close yet so far. I am just writing the version.txt file
The instructions state
indicating the exact version of JDK you used, and the host platform you worked on.
I have been using the Eclipse IDE and Ant to build the runme jar file. My confusion is that eclipse apparently uses its own Java compiler and i am not sure what the ANT javac option is using to build and compile the classes. I am running the ant build under a separate JRE called jdk1.6.0_13
I am testing the application under the latest the JRE
java version "1.6.0_13"
java(TM) SE Runtime Environment (build 1.6.0_13-b03)
java HotSpot(TM) Client VM (build 11.3-b02, mixed mode, sharing)
I have been looking at some post on goggle and here but i cant seem to figure what i put in the version.txt
Do i put jdk1.6.0_13 or jre java version "1.6.0_13"
Some please help and hopefully I can finally submit this.