Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1.  
  2. C:\Users\User>cd \
  3.  
  4. C:\>echo %USERPROFILE%
  5. C:\Users\User
  6.  
  7. C:\>echo %PATH%
  8. C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\Wind
  9. owsPowerShell\v1.0\;C:\Program Files\Git\cmd;C:\Program Files\jdk1.6.0_02
  10.  
  11. C:\>echo %JAVA_HOME%
  12. C:\Program Files(x86)\Java\jdk1.6.0_23
  13.  
  14. C:\>java -version
  15. java version "1.6.0_23"
  16. Java(TM) SE Runtime Environment (build 1.6.0_23-b05)
  17. Java HotSpot(TM) Client VM (build 19.0-b09, mixed mode, sharing)
  18.  
  19. C:\>javac -version
  20. 'javac' is not recognized as an internal or external command,
  21. operable program or batch file.
  22.  
  23. C:\>python -V
  24. 'python' is not recognized as an internal or external command,
  25. operable program or batch file.
  26.  
  27. C:\>git --version
  28. git version 1.7.4.msysgit.0
  29.  
  30. C:\>adb version
  31. 'adb' is not recognized as an internal or external command,
  32. operable program or batch file.
  33.  
  34. C:\>echo %android_sdk%
  35. C:\Program Files(x86)\Android\android-sdk-windows
  36.  
  37. C:\>cd %android_sdk%\tools
  38. The system cannot find the path specified.
  39.  
  40. C:\>android list target
  41. 'android' is not recognized as an internal or external command,
  42. operable program or batch file.
  43.  
  44. C:\>cd \
  45.  
  46. C:\>rem --- The following are optional ---
  47.  
  48. C:\>rem ----------------------------------
  49.  
  50. C:\>scons -v
  51. 'scons' is not recognized as an internal or external command,
  52. operable program or batch file.
  53.  
  54. C:\>rem ----------------------------------
  55.  
  56. C:\>echo %HTTP_PROXY%
  57. %HTTP_PROXY%
  58.  
  59. C:\>echo %HTTPS_PROXY%
  60. %HTTPS_PROXY%
  61.  
  62. C:\>rem ----------------------------------
  63.  
  64. C:\>echo %SOCKS_PROXY%
  65. %SOCKS_PROXY%
  66.  
  67. C:\>rem ----------------------------------
  68.  
  69. C:\>rem
  70.  
  71. C:\>
  72. C:\>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement