0% found this document useful (0 votes)
12 views

Software Development Kit For Android

The document discusses installing Java Development Kit (JDK) version 8 and React Native CLI using Chocolatey and npm on a Windows system. It shows the commands used and outputs from the installations.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views

Software Development Kit For Android

The document discusses installing Java Development Kit (JDK) version 8 and React Native CLI using Chocolatey and npm on a Windows system. It shows the commands used and outputs from the installations.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Windows PowerShell

Copyright (C) Microsoft Corporation. Todos los derechos reservados.

Prueba la nueva tecnología PowerShell multiplataforma https://aka.ms/pscore6

PS C:\WINDOWS\system32> choco install -y jdk8

Chocolatey v0.11.3

Installing the following packages:

jdk8

By installing, you accept licenses for the packages.

Progress: Downloading jdk8 8.0.211... 100%

jdk8 v8.0.211 [Approved]

jdk8 package files install completed. Performing other installation steps.

Downloading JDK from https://javadl.oracle.com/webapps/download/GetFile/1.8.0_211-


b12/478a62b7d4e34b78b671c754eaaf38ab/windows-i586/jdk-8u211-windows-x64.exe

Installing jdk8...

jdk8 has been installed.

PATH environment variable does not have C:\Program Files\Java\jdk1.8.0_211\bin in it. Adding...

jdk8 may be able to be automatically uninstalled.

Environment Vars (like PATH) have changed. Close/reopen your shell to

see the changes (or in powershell/cmd.exe just type `refreshenv`).

The install of jdk8 was successful.

Software installed to 'C:\Program Files\Java\jdk1.8.0_211\'

Chocolatey installed 1/1 packages.

See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).

PS C:\WINDOWS\system32> npm install -g react-native-cli


added 85 packages, and audited 86 packages in 27s

40 packages are looking for funding

run `npm fund` for details

found 0 vulnerabilities

npm notice

npm notice New patch version of npm available! 8.1.0 -> 8.1.3

npm notice Changelog: https://github.com/npm/cli/releases/tag/v8.1.3

npm notice Run npm install -g [email protected] to update!

npm notice

PS C:\WINDOWS\system32>

You might also like