Hi,
When I include the maven dependency:
<dependency>
<groupId>net.openhft</groupId>
<artifactId>chronicle</artifactId>
<version>3.4.3</version>
</dependency>
I get the error from eclipse:
The container 'Maven Dependencies' references non existing library 'C:\Users\randyd\.m2\repository\com\sun\java\tools\1.8.0_45\tools-1.8.0_45.jar'
Any ideas on what I need to do to fix this?
I have looked on my system and this file doesn't exist. However their is a file called tools.jar in C:\Program Files\Java\jdk1.8.0_45\lib
My co-workers using a Mac don't seem to have this problem. I am on Windows 7.
Java version:
java version "1.8.0_45"
Java(TM) SE Runtime Environment (build 1.8.0_45-b14)
Java HotSpot(TM) 64-Bit Server VM (build 25.45-b02, mixed mode)
Here is a screen shot of my java build path window:

~Randy