Merge pull request #6 from y-higuchi/RAMCloud-yoshi

Add ONOS itself to ClassPath
diff --git a/start-onos.sh b/start-onos.sh
index d0c1a91..e2294fe 100755
--- a/start-onos.sh
+++ b/start-onos.sh
@@ -52,6 +52,7 @@
   ${MVN} -f ${ONOS_HOME}/pom.xml compile
 fi
 JAVA_CP=`cat ${ONOS_HOME}/.javacp`
+JAVA_CP="${JAVA_CP}:${ONOS_HOME}/target/classes"
 
 
 #<logger name="net.floodlightcontroller.linkdiscovery.internal" level="TRACE"/>