Maven: Missing artifact jdk.tools:jdk.tools:jar:1.6
Issue:
Using maven, see the error like: Missing artifact jdk.tools:jdk.tools:jar:1.6
Solution:
Add the following dependency to your pom file:
<dependency>
<groupId>jdk.tools</groupId>
<artifactId>jdk.tools</artifactId>
<scope>system</scope>
<systemPath>C:/Program Files/Java/jdk1.6.0_45/lib/tools.jar</systemPath>
<version>1.6</version>
</dependency>
You must Sign up as a member of Effecthub to view the content.
A PHP Error was encountered
Severity: Notice
Message: Undefined index: HTTP_ACCEPT_LANGUAGE
Filename: helpers/time_helper.php
Line Number: 22
10470 views 2 comments
You must Sign up as a member of Effecthub to join the conversation.