Start Time is the time from start of 1st request until the start of this request.
End Time is the time from start of 1st request until the end of this response.
Latency is the time from end of this request until the beginning of download of this response.
Response Time is the time from start of 1st request until the beginning of download of this response.
Duration is the time from start of this request until the end of this response.
What I usually do is, in Eclipse preferences, I define an Installed JRE called "JDK X.Y.Z" and include tools.jar as part of it libraries. Then I change the project preferences to use that JRE "JDK X.Y.Z".