Lines Matching full:echo
1 @echo off
38 echo.
39 echo WARNING: Java not found in your path.
40 echo Checking it it's installed in %ProgramFiles%\Java instead.
41 echo.
47 echo.
48 echo ERROR: No suitable Java found. In order to properly use the Android Developer
49 echo Tools, you need a suitable version of Java installed on your system. We
50 echo recommend that you install the JDK version of JavaSE, available here:
51 echo http://java.sun.com/javase/downloads/
52 echo.
53 echo You can find the complete Android SDK requirements here:
54 echo http://developer.android.com/sdk/requirements.html
55 echo.
66 rem [for debugging] echo Testing %full_path%
72 echo.
73 echo Java was found at %full_path%.
74 echo Please consider adding it to your path:
75 echo - Under Windows XP, open Control Panel / System / Advanced / Environment Variables
76 echo - Under Windows Vista, open Control Panel / System / Advanced System Settings
77 echo / Environment Variables
78 echo At the end of the "Path" entry in "User variables", add the following:
79 echo ;%full_path%
80 echo.