blob: df9a65eeeaaee8c0aff83445b52c1a5294cea19a [file] [log] [blame]
@echo off
:: Wrapper script for launching the instant apps command line tool in Windows
where java >nul 2>nul
if %errorlevel% NEQ 0 (
echo ERROR - The java command was not found.
echo Ensure that you have installed the Java Runtime Environment, and
echo that its location has been added to your PATH.
exit /b 1
)
java -jar %~dp0\tools\ia.jar %*