X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fdistribution%2Fopendaylight%2Fsrc%2Fmain%2Fresources%2Frun.bat;h=6fb9f0655cc4bbfe310dfac27d4354f7160710f3;hb=refs%2Fchanges%2F74%2F474%2F2;hp=79a00f33e429db354b34e69a176e9b2a428b595c;hpb=42210c03b0a4c54706320ba9f55794c0abd4d201;p=controller.git 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