Como instalar o Netbeans - 2023

Maiazin Tech
14 Mar 202310:11

Summary

TLDRThis video tutorial guides viewers through the process of installing NetBeans, an integrated development environment (IDE) for Java. The host instructs users to download NetBeans from the official Apache website and the Java Development Kit (JDK) from Oracle's official site to ensure safety from viruses. The video covers the installation steps for both, including setting up the JDK and adjusting NetBeans preferences for a dark theme. The tutorial concludes with creating a new Java project, demonstrating the IDE's capabilities and user interface.

Takeaways

  • 🌐 Start by opening your web browser, preferably Google Chrome.
  • 🔍 Search for 'netbeans' in the browser to find the official download link.
  • 📎 Ensure to download from the official Apache website to avoid potential viruses.
  • 💾 After downloading the NetBeans installer, do not run it yet.
  • 🛠️ Before installing NetBeans, you need to install the Java Development Kit (JDK).
  • 🔗 Visit the official Oracle website to download the JDK.
  • 🏁 Choose the appropriate JDK version for your operating system.
  • 📥 Download and install the JDK, following the on-screen instructions.
  • 💻 Verify JDK installation by opening the command prompt and typing 'java -version'.
  • 🚀 Once JDK is confirmed installed, proceed with the NetBeans installation.
  • 🎨 After installation, customize NetBeans by changing the theme to 'Dark' for a different look.

Q & A

  • What is the main topic of the video?

    -The main topic of the video is how to install NetBeans, an integrated development environment (IDE) for Java.

  • Which browser does the video suggest using to download NetBeans?

    -The video suggests using Google Chrome to download NetBeans.

  • From which website should one download NetBeans to avoid potential viruses?

    -One should download NetBeans from the official Apache website to avoid potential viruses.

  • What is the first step to download NetBeans according to the video?

    -The first step is to open a browser, search for 'netbeans', and click on the first link that appears, which directs to the Apache website.

  • What is the recommended action if the download link does not work properly?

    -If the download link does not work, the video suggests refreshing the page and trying the download link again.

  • Why is it necessary to install the Java Development Kit (JDK) before installing NetBeans?

    -The JDK is required because NetBeans is a Java-based IDE, and it needs the JDK to function properly.

  • How can one verify if the JDK has been successfully installed?

    -One can verify the JDK installation by opening the command prompt and typing 'java -version'. If the version appears, it indicates that the JDK is installed.

  • What is the recommended setting for the 'Check for Updates' option during the NetBeans installation?

    -The video suggests leaving the 'Check for Updates' option active during the NetBeans installation.

  • How can one change the theme of NetBeans to dark mode?

    -To change the theme to dark mode in NetBeans, one should go to 'Tools' > 'Options' > 'Look and Feel' and select 'Flat Dark'.

  • What is the process to create a new Java project in NetBeans after installation?

    -After installation, to create a new Java project, one should go to 'File' > 'New Project' > 'Java' > 'Maven' and follow the prompts to name and create the project.

  • What should one do if NetBeans does not open automatically after installation?

    -If NetBeans does not open automatically, one should navigate to the 'C:/Program Files/netbeans' directory, find the 'bin' folder, and run the 'netbeans.exe' file.

Outlines

00:00

💻 Installing NetBeans and JDK

The speaker begins by introducing the tutorial on how to install NetBeans, a popular integrated development environment (IDE) for Java. They instruct viewers to open their web browser, preferably Google Chrome, and search for 'netbeans'. The first link from apache.org should be selected to ensure a safe download. The speaker emphasizes not to download from other sources to avoid viruses. They guide viewers to the downloads section of the Apache website, where they should download the appropriate version for their operating system, specifically Windows in this case. After downloading, the speaker advises viewers to install the Java Development Kit (JDK), which is a prerequisite for running NetBeans. They direct viewers to the official Oracle website to download the JDK, ensuring again to download from the official source to prevent viruses. The speaker then walks viewers through the JDK installation process, including accepting the license agreement and choosing the installation directory.

05:02

🔍 Verifying Java Installation and Configuring NetBeans

Once the JDK is installed, the speaker demonstrates how to verify the installation by opening the command prompt and entering the 'java -version' command. If the version number appears, it confirms that the JDK is correctly installed. The speaker then proceeds to install NetBeans, which was previously downloaded. They provide instructions on running the installer, accepting the terms and conditions, and choosing the installation path. The speaker also shows how to configure NetBeans to use a dark theme, which involves navigating through the options menu, selecting 'Look and Feel', and choosing 'Flat Dark'. After applying the changes, the speaker restarts NetBeans to see the new theme. They conclude by showing how to create a new Java project within NetBeans, guiding viewers through the process of setting up a new Java application and waiting for the project to be created.

10:03

👋 Wrapping Up the Tutorial

In the final paragraph, the speaker wraps up the tutorial by reminding viewers to like and subscribe to the channel for more content. They express gratitude for the viewers' attention and provide a friendly farewell, signaling the end of the video.

Mindmap

Keywords

💡NetBeans

NetBeans is an open-source integrated development environment (IDE) for software development. It primarily supports Java, but also supports other languages like PHP, C/C++, and HTML5. In the video, the main theme revolves around installing NetBeans, which is a crucial step for setting up a development environment for Java programming as described in the script.

💡Apache

Apache is a software foundation that supports and develops open-source projects, including NetBeans. The video script instructs viewers to download NetBeans from the official Apache website to ensure they are getting the legitimate software and to avoid potential security risks associated with downloading from unofficial sources.

💡JDK (Java Development Kit)

The JDK is a collection of tools and a runtime environment used for developing and running Java applications. It includes the Java Runtime Environment (JRE), compilers, and tools necessary for Java development. The script emphasizes the necessity of having JDK installed before installing NetBeans, as it is a prerequisite for running the IDE.

💡Google Chrome

Google Chrome is a web browser developed by Google. The script mentions using Google Chrome to navigate the internet and download software, indicating it as the preferred browser for the tutorial. It is commonly used for its speed and security features.

💡Downloads

In the context of the video, 'downloads' refers to the process of obtaining software packages, such as NetBeans and JDK, from their respective websites. The script provides a step-by-step guide on how to navigate to the download pages and initiate the download of these essential development tools.

💡Installation

Installation in the video refers to the process of setting up software on a computer. The script provides detailed instructions on how to install both the JDK and NetBeans, including accepting terms and conditions, choosing installation paths, and finalizing the setup.

💡Java

Java is a popular programming language known for its 'write once, run anywhere' capability due to the Java Virtual Machine (JVM). The video's theme is centered around setting up an environment for Java development, which includes installing the JDK and NetBeans IDE.

💡Command Prompt

The command prompt, also known as CMD, is a command-line interface on Windows operating systems. In the script, it is used to verify the installation of Java by executing the 'java -version' command, which checks if the JDK has been successfully installed.

💡Look and Feel

Look and feel in the context of the video refers to the visual appearance and user interface of the NetBeans IDE. The script provides instructions on changing the theme of NetBeans from the default light theme to a dark theme, enhancing the user experience for those who prefer a darker interface.

💡Project

A project in the video refers to a software development task or a set of tasks that result in a unique and usable product. The script concludes with a demonstration of how to create a new Java project in NetBeans, which is the first step in starting a new development endeavor.

Highlights

Introduction to installing NetBeans IDE using Google Chrome browser.

Search for 'netbeans' in the browser and select the official Apache NetBeans link.

Navigate to the Apache NetBeans download page for the appropriate installer.

Ensure to download from the official site to avoid potential viruses.

Select the appropriate NetBeans installer for your operating system.

Download the NetBeans installer and prepare for installation.

Before installing NetBeans, ensure you have the Java Development Kit (JDK).

Guide to downloading and installing the JDK from the official Oracle website.

Choose the correct JDK version for your system architecture (x64 for 64-bit systems).

Run the JDK installer and follow the prompts to complete the installation.

Verify JDK installation by checking the Java version in the command prompt.

Begin the NetBeans installation process by running the downloaded installer.

Follow the installation wizard to customize the NetBeans installation path.

Choose to enable automatic updates for NetBeans during installation.

Complete the installation and launch NetBeans for the first time.

Guide to changing the NetBeans theme to dark mode for better visibility.

Tutorial on creating a new Java project in NetBeans using Maven.

Final thoughts and a call to action for viewers to like and subscribe.

Transcripts

play00:00

fala rapaziada beleza aqui quem fala

play00:02

mais intec e o assunto do vídeo de hoje

play00:04

é como instalar o netbeans Então vamos

play00:07

lá Primeiramente você vai ter que abrir

play00:08

o seu navegador estaria utilizando o

play00:10

Google Chrome

play00:12

Então você vai abrir o seu navegador

play00:15

e vai pesquisar aqui

play00:18

netbeans beleza pesquisando netbeans ele

play00:22

vai aparecer aqui o primeiro link que é

play00:23

o do apache.org fica ligeiro Vê se é

play00:26

esse mesmo https netbeas ponta baixa.org

play00:29

não baixe em outro porque pode conferir

play00:31

vírus Tá então vamos aqui no apache.org

play00:34

e clica no primeiro link que aparece

play00:37

beleza aqui dentro ele vai dirigir

play00:40

aquele link vai direcionar para esta

play00:42

página e você vai clicar aqui em

play00:43

downloads clicando em downloads ele vai

play00:46

te jogar para essa nova página que é a

play00:48

página de download aqui vai ter a

play00:50

seguinte informações

play00:51

instalors and packages você vai estar

play00:54

clicando neste primeiro link aqui se o

play00:56

seu for Windows caso seu seja Max você

play00:58

clica aqui no de baixo beleza mas como

play01:00

eu vou estar ensinando pro Windows você

play01:01

clica aqui a parte bem 17 bem Windows tá

play01:04

bom

play01:06

bom seria esse erro aqui gordo no meu é

play01:09

só você voltar e clicar novamente que

play01:11

ele joga beleza ele vai jogar aqui para

play01:14

essa página de Apache downloads e aqui

play01:17

que você vai realizar o download do

play01:19

netbeans Você vai clicar neste primeiro

play01:21

link aqui beleza então vamos clicar ele

play01:24

vai começar a fazer o download e quando

play01:26

finalizar eu retorno aqui pronto

play01:29

download finalizado tanto é que se a

play01:32

gente abrir aqui o nosso explorador de

play01:34

Arquivo ele vai estar aqui na nossa

play01:36

pasta de download Tá mas não executa

play01:39

ainda ele não instala deixa ele só aqui

play01:42

por enquanto porque para você instalar

play01:44

você precisa ter o kit de

play01:45

desenvolvimento Java que é o famoso jdk

play01:48

que é Java de envelopeme kit que é kit

play01:52

de desenvolvimento já tá bom então para

play01:54

a gente instalar você vai abrir o seu

play01:55

navegador

play02:02

uma nova guia e coloca aqui

play02:05

Java

play02:07

jdk Beleza você dá enter aí você clica

play02:10

nesse primeiro link aqui que é o da

play02:12

própria hora como beleza que aqui ó

play02:16

www.orco.com.br lembre-se entre sempre

play02:19

no site oficial para evitar vírus e tals

play02:21

e depois você manda mensagem no

play02:23

computador de vírus Beleza então entra

play02:25

sempre no site oficial Então vou entrar

play02:27

aqui no site da hora clico em Java

play02:29

downloads e aqui embaixo aqui dentro do

play02:32

site eu disse um pouco aí vai ter aqui ó

play02:34

já vai ser de envelope de kit que é o

play02:37

kit que é o jdk lá que eu falei para

play02:40

vocês aqui a gente vai estar instalando

play02:42

já vai se Existem três tipos de Java já

play02:45

se já vai e e já vai me a diferença

play02:48

deles eu fiz um vídeo aqui é só clicar

play02:51

no card que tá aparecendo agora aqui em

play02:52

cima

play02:54

que tem um vídeo que eu explico Qual a

play02:55

diferença de cada um Tá bom mas a gente

play02:57

vai estar utilizando já vai se tá então

play03:00

descendo mais um pouquinho tem aqui ó

play03:02

para Linux para Mac para Windows como eu

play03:05

tô no Windows eu vou clicar em Windows

play03:07

Beleza vai aparecer três opções aqui

play03:10

estaremos clicando nessa do meio aqui ó

play03:13

x64 instala tá bom Aí clica nesse link

play03:17

que ele vai começar o download e assim

play03:19

que terminar o download eu volto aqui

play03:21

pronto instalou aqui vamos abrir aqui os

play03:25

explorador de arquivos a gente colocar

play03:27

em download já vai estar aqui ó jdk

play03:28

beleza Vamos abrir esse arquivo

play03:31

[Música]

play03:33

aqui eu não sei se vocês estão

play03:35

conseguindo ver essa tela Mas é para

play03:37

você

play03:38

permitir que ele para você permitir o

play03:41

acesso dele você permite e ele vai abrir

play03:46

aqui pera aí

play03:48

beleza ele vai começar a instalar aqui

play03:51

deixa eu ver acho que a gente vai

play03:52

precisar botar internet

play03:59

aí beleza ele abriu aqui você clica em

play04:02

next ele vai instalar aqui nessa pasta

play04:05

aqui ó então aqui de trás do caminho de

play04:07

onde vai estar esse arquivo do Java

play04:09

então é ser dois pontos programa faz

play04:11

Java jbk tracinho 19 você clica em net e

play04:17

ele vai começar a fazer o download

play04:22

[Música]

play04:28

beleza ele fez o download rapidinho aqui

play04:31

a gente vai clicar em Close agora a

play04:33

gente vai verificar se o Java foi

play04:36

instalado ou não como que a gente faz

play04:37

isso a gente vai ter que abrir o nosso

play04:39

prompt de comando então tem duas formas

play04:40

você aperta a tecla Windows e a tecla R

play04:44

juntos escreve CMD e da enter aí abre a

play04:48

ponta de comando ou você simplesmente

play04:50

aperta a tecla Windows e digita pronto

play04:54

aí aparece aqui beleza você clica fechou

play04:57

a gente abre o prompt de comando agora

play04:59

vamos verificar se o Java tá instalado

play05:02

ou não como que a gente faz isso a gente

play05:04

utiliza o comando Java espaço menos

play05:10

verso Esse comando para ver a versão do

play05:12

Java para ver se ele foi instalado Opa

play05:14

beleza já tá aqui ó version perfeito se

play05:18

ele apareceu dessa forma é porque o seu

play05:20

Java foi instalado

play05:22

Então agora que isso já foi instalado

play05:24

você pode Minimizar aqui a pronto de

play05:26

comando

play05:27

abre o seu explorador de arquivo e

play05:30

clicar aqui ó na parte do netbeans Então

play05:32

agora você já pode clicar no arquivo

play05:33

para instalar no note bem então vou dar

play05:35

um clique aqui

play05:38

ele vai carregar você vai dar permissão

play05:40

para ele e ele vai começar a instalar

play05:42

aqui ele é mais rápido tá um pouquinho

play05:44

mais rápido para instalar não acho que

play05:47

não vou nem sair vou deixar aqui

play05:48

tranquilo Beleza vai configurar a

play05:51

instalação aí rapidão perfeito aqui você

play05:54

vai clicar em next aqui você vai acertar

play05:57

os termos Ou se você quiser ler e boa

play05:59

sorte mas aí você aceita os termos next

play06:03

aí Aqui você clica em next também tá

play06:06

vendo ele vai aqui é o caminho onde ele

play06:08

vai instalar e aqui é o caminho do nosso

play06:10

jpk então ele Já identificou aqui beleza

play06:12

então vamos next

play06:14

aqui é só para checar a as atualizações

play06:19

então ele sempre vai estar checando as

play06:20

atualizações eu vou deixar ele ativo

play06:25

e vou instalar

play06:28

aí ele vai fazer a instalação do nosso

play06:31

netbeans

play06:36

[Música]

play06:41

[Música]

play06:48

[Música]

play06:50

se ele não abrir automaticamente Você

play06:53

vai no disco local C arquivos de

play06:56

programas

play06:58

clica na pasta netbeans

play07:02

novamente na pasta netbeans

play07:05

aí você entra na pasta bim aí aqui vai

play07:08

ter o nosso Z Beleza você clica nele que

play07:13

aí ele vai abrir o nosso netbeans tá e

play07:18

vou mostrar um pouquinho de configuração

play07:20

dele tá pelo menos configuração de tema

play07:22

que por padrão ele tem um tema Light né

play07:25

que é o tema Claro

play07:30

Beleza então abrindo ele aqui você vai

play07:33

fazer o seguinte para colocar ele no

play07:35

tema escuro Você vai em todos

play07:40

vem aqui

play07:45

pera aí deixa eu pegar acho que é aqui ó

play07:51

tá acho que eu vou ter que criar um

play07:55

novo arquivo dele Espera aí pronto

play07:58

voltou aqui então você vamos voltar ao

play08:01

processo você abre aqui em todos vem

play08:04

options

play08:07

clica em Windows

play08:11

confundir ainda ou não é look and feel e

play08:14

aqui você altera tá vendo tá fleckless

play08:17

flight você coloca flash Dark

play08:21

aí você aplica

play08:23

aperta o ok

play08:27

Ele demora um pouquinho e aí ele vai

play08:29

pedir para reiniciar você clica aqui

play08:32

para ele reiniciar o netbeans beleza ele

play08:37

vai fechar

play08:40

vou clicar aqui para executar ele de

play08:42

novo

play08:45

aí ele já vai reiniciar no tema escuro

play08:49

beleza

play08:51

então só esperar ele abrir aqui

play08:55

[Música]

play09:06

beleza Ele abriu aqui já tá no tema

play09:09

escuro fechou é para você criar um

play09:12

projeto é só você vir aqui em file New

play09:16

Project

play09:18

java

play09:19

com mavin Aí você coloca aqui já vai

play09:22

aplication

play09:24

é que você coloca o nome do seu projeto

play09:26

eu vou deixar por padrão

play09:29

você clica em finis aí ele vai estar

play09:32

querendo o seu novo projeto em Java

play09:35

beleza

play09:37

só esperar aqui é aqui é sempre assim de

play09:40

primeira vez ele vai demorar um

play09:43

pouquinho mas as próximas vezes é bem

play09:45

mais rápido tá

play09:48

então vamos esperar ele criar aqui

play09:52

pronto Ele criou e aqui já tá o seu

play09:55

projeto em Java Então você já consegue

play09:57

executar aí beleza

play10:00

tudo certinho Então esse foi o vídeo de

play10:03

hoje espero que vocês tenham gostado não

play10:05

se esqueça de deixar o like se inscrever

play10:07

no canal e é isso Falou rapaziada um

play10:10

abraço

Rate This

5.0 / 5 (0 votes)

Ähnliche Tags
NetBeansJDK InstallationJava DevelopmentSoftware SetupProgramming TutorialApache NetBeansJava KitIDE InstallationDevelopment ToolsTutorial Video
Benötigen Sie eine Zusammenfassung auf Englisch?