Hi,
I'm a bit unsure about the instructions for submitting the assignment. The instructions say:
Does this mean that the entire submission should be packaged as a jar, which contains the executable runme.jar, the database file, etc.
If so, what should the "outer" jar be named, or can I give it a name of my choosing?
The instructions also say the version of the JDK on which the solution was developed:
"must not have been superseded by a new production version for more than 18 months by the time you make your submission."
I developed my solution on JDK 1.4, or to be more precise, here is the output of "java -version":
java version "1.5.0_05"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_05-b05)
Java HotSpot(TM) Client VM (build 1.5.0_05-b05, mixed mode, sharing)
Can someone tell me whether it is OK to submit this, or if the JDK is too old?
Many Thanks in Advance,
Dan