Buiding Hadoop with Eclipse / Maven - Missing artifact jdk.tools:jdk.tools:jar:1.6

后端 未结 12 1927
盖世英雄少女心
盖世英雄少女心 2020-12-12 12:56

I am trying to import cloudera\'s org.apache.hadoop:hadoop-client:2.0.0-cdh4.0.0 from cdh4 maven repo in a maven project in eclipse 3.81, m2e plugin, with o

12条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-12 13:36

    Change the set of installed JREs in your eclipse. Window > Preferences > Java > Installed JREs, change the location of jre to %JAVA_HOME%/jre, but not something like C:\Program Files\Java\jre7

提交回复
热议问题