Try to include in maven, Missing artifact com.sun.java:tools:jar:1.8.0_20
See original GitHub issue <dependency>
<groupId>net.openhft</groupId>
<artifactId>chronicle-map</artifactId>
<version>1.0.2</version>
</dependency>
Using JDK 1.7
From the 1.8 in the tools, can I assume this requires JDK 1.8?
Thanks?
Issue Analytics
- State:
- Created 9 years ago
- Comments:17 (9 by maintainers)
Top Results From Across the Web
Missing artifact com.sun:tools:jar - java - Stack Overflow
sun :tools:jar in all the pom.xml files. After a couple hours of searching forums I have tried: Installing the latest Java 1.6.029 Changing...
Read more >eclipse : Missing artifact com.sun:tools:jar:1.8 · Issue #160
i got java 8 sdk i cloned project. i tried many things adding the jar manualy on some places. doesn't seem to work....
Read more >Getting Maven build error, 'Could not find artifact com.sun ...
jar library to build the application. Maven cannot find the tools.jar library because it is not included in JREs. JDK is a requirement...
Read more >mvn install failing due to dependency com.sun:tools:jar:1.8.0
It looks like you are running Eclipse using a JRE. JREs don't include the tools.jar file. You have to install a full JDK...
Read more >Could not find artifact com.sun:tools:jar:1.8.0 at specified path ...
The error says that file tools.jar was not found. What happened? The problem is that your default Java Home is wrong. Most likely,...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Sounds like issue already seen in google groups
https://groups.google.com/forum/#!topic/java-chronicle/YBkf2fx6fAQ
Fixed it for me
Facing the same issue on ubuntu with intellij