X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fdistribution%2Fopendaylight%2Fsrc%2Fmain%2Fresources%2Frun.sh;h=dba996a99425036ed0044514380726513671b47b;hb=11161d86d92f769c85de7e7c8621a4f7ad1bb6f9;hp=92ddbbd605346095bd4110118ab517e48e625756;hpb=72b198578b8b8d8af724715763067d8279fd561c;p=controller.git diff --git a/opendaylight/distribution/opendaylight/src/main/resources/run.sh b/opendaylight/distribution/opendaylight/src/main/resources/run.sh index 92ddbbd605..dba996a994 100755 --- a/opendaylight/distribution/opendaylight/src/main/resources/run.sh +++ b/opendaylight/distribution/opendaylight/src/main/resources/run.sh @@ -116,7 +116,7 @@ if [ "${dohelp}" -eq 1 ]; then usage fi -if [ "${jvmMaxMemory}"=="" ]; then +if [ "${jvmMaxMemory}" == "" ]; then jvmMaxMemory="-Xmx1G" echo "*****************************************************************" echo "JVM maximum memory was not defined. Setting maximum memory to 1G." @@ -161,7 +161,7 @@ fi ######################################## # Now add to classpath the OSGi JAR ######################################## -CLASSPATH="${basedir}"/lib/org.eclipse.osgi-3.8.1.v20120830-144521.jar +CLASSPATH=${CLASSPATH}:${basedir}/lib/org.eclipse.osgi-3.8.1.v20120830-144521.jar FWCLASSPATH=file:"${basedir}"/lib/org.eclipse.osgi-3.8.1.v20120830-144521.jar ########################################