X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fdistribution%2Fopendaylight%2Fsrc%2Fmain%2Fresources%2Frun.bat;h=6fb9f0655cc4bbfe310dfac27d4354f7160710f3;hp=79a00f33e429db354b34e69a176e9b2a428b595c;hb=bfe1f4b13e07f7b4f4f19e8f0b5f8ab5e619de0b;hpb=a6af1afe08cb0f5dfef8c7bb370714df8ecd1e11 diff --git a/opendaylight/distribution/opendaylight/src/main/resources/run.bat b/opendaylight/distribution/opendaylight/src/main/resources/run.bat index 79a00f33e4..6fb9f0655c 100644 --- a/opendaylight/distribution/opendaylight/src/main/resources/run.bat +++ b/opendaylight/distribution/opendaylight/src/main/resources/run.bat @@ -2,7 +2,7 @@ SETLOCAL SETLOCAL ENABLEDELAYEDEXPANSION IF EXIST "%JAVA_HOME%" ( - set basedir=%~dp0 + set basedir=%~dp0 REM Now set the classpath: set cp="!basedir!lib\org.eclipse.osgi-3.8.1.v20120830-144521.jar;!basedir!lib\org.eclipse.virgo.kernel.equinox.extensions-3.6.0.RELEASE.jar;!basedir!lib\org.eclipse.equinox.launcher-1.3.0.v20120522-1813.jar" @@ -19,4 +19,4 @@ REM echo %JAVA_HOME%\bin\java.exe %* -Djava.io.tmpdir=!basedir!work\tmp -Dosgi.i ECHO JAVA_HOME environment variable is not set PAUSE ) -ENDLOCAL \ No newline at end of file +ENDLOCAL