(1)Install Open/SUN JDK 7
(2)sudo apt-get install maven
Note: the maven version is by default 3.0.5.
(3)git clone https://github.com/gephi/gephi-toolkit . Into the directory and mvn clean install
Note: During "mvn clean install", dependency errors occurred, then I changed the java version in the pom.xml from 1.6 to 1.7, because the JDK version on my computer is 1.7.
时间: 2024-12-21 22:21:42