Skip to content

Commit

Permalink
ImageJ.bat: add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrueden committed Oct 20, 2015
1 parent cba31bc commit 2cb5038
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/ImageJ.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ setlocal ENABLEEXTENSIONS
set DIR=%~dp0
set DIR=%DIR:~0,-1%

::
:: Use bundled JRE, if present
::

if exist "%DIR%\java\win32" (
set JAVA_PATH=%DIR%\java\win32\jdk1.6.0_24\jre
)
Expand Down

0 comments on commit 2cb5038

Please sign in to comment.