在maven的pom.xml中出現Missing:com.sun:tools:jar:1.5.0錯誤

在pom.xml的dependicies標籤內加上一下內容            
 <!---設置JDK的環境 -->
<dependency>
	<groupId>com.sun</groupId>
	<artifactId>tools</artifactId>
	<version>1.6.0_22</version>
	<scope>system</scope>
	<systemPath>C:/Program Files/Java/jdk1.6.0_19/lib/tools.jar</systemPath>
</dependency>

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章