Hi Marcos,
I think we are safe to assume that the examiner will have the
Java runtime installed and configured. In my documentation, I explicitly stated that expectation.
My reason for assuming that the examiner will have the Java runtime installed are: Although it is widely assumed that the examiner will try and run in the same environment that you developed on, this is never stated by Sun. Given that the examiner could be running on
any operating system, how could you possibly write instructions on installing the Java runtime?
They are talking about "environmental setup" for my programs, not for the JRE aren't they?
Exactly. You only need to document any environmental setup required for your programs. I didnt need any environmental setup to run my applications, so I didnt have to document anything.
Regards, Andrew