ONOS安装和运行
1.安装Karaf,MVN(新版MVN不是必须了) http://archive.apache.org/dist/karaf/3.0.8/apache-karaf-3.0.8.tar.gz http://archive.apache.org/dist/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.tar.gz mkdir ~/Applications tar -zxvf apache-karaf-3.0.8.tar.gz -C ~/Applications/ tar -zxvf apache-maven-3.3.9-bin.tar.gz -C ~/Applications/ 2.安装install Oracle Java 8 及MVN 1. Download and Extract JDK package, such as jdk-8u131-linux-x64.tar.gz, and you can see new directory /home/yourname/jdk1.8.0_131 2. Add two environment variables into ~/.bashrc or /etc/profile: export JAVA_HOME=/home/yourname/jdk1.8.0_131 export