Commit 7dbb0be9 authored by Matt Tucker's avatar Matt Tucker Committed by matt

Added comments.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3682 b35dd754-fafc-0310-a699-88a17e54d16e
parent f4d3e2e8
......@@ -6,6 +6,9 @@ REM # $Revision: 1102 $
REM # $Date: 2005-03-07 22:36:48 -0300 (Mon, 07 Mar 2005) $
REM #
REM # Starts Wildfire in development mode, which means that JSP pages in the admin console will be compiled dynamically
REM # out of the web src directory. This makes it much easier to admin console development.
if "%JAVA_HOME%" == "" goto javaerror
if not exist "%JAVA_HOME%\bin\java.exe" goto javaerror
goto run
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment