Logo video2dn
  • Сохранить видео с ютуба
  • Категории
    • Музыка
    • Кино и Анимация
    • Автомобили
    • Животные
    • Спорт
    • Путешествия
    • Игры
    • Люди и Блоги
    • Юмор
    • Развлечения
    • Новости и Политика
    • Howto и Стиль
    • Diy своими руками
    • Образование
    • Наука и Технологии
    • Некоммерческие Организации
  • О сайте

Скачать или смотреть How to Install JDK 11 and Apache Netbeans 11 On Ubuntu

  • Surajit Basak
  • 2019-06-08
  • 2042
How to Install JDK 11 and Apache Netbeans 11 On Ubuntu
  • ok logo

Скачать How to Install JDK 11 and Apache Netbeans 11 On Ubuntu бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно How to Install JDK 11 and Apache Netbeans 11 On Ubuntu или посмотреть видео с ютуба в максимальном доступном качестве.

Для скачивания выберите вариант из формы ниже:

  • Информация по загрузке:

Cкачать музыку How to Install JDK 11 and Apache Netbeans 11 On Ubuntu бесплатно в формате MP3:

Если иконки загрузки не отобразились, ПОЖАЛУЙСТА, НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если у вас возникли трудности с загрузкой, пожалуйста, свяжитесь с нами по контактам, указанным в нижней части страницы.
Спасибо за использование сервиса video2dn.com

Описание к видео How to Install JDK 11 and Apache Netbeans 11 On Ubuntu

NetBeans IDE 11.0 has been released with support for Java JDK 11.

Install NetBeans Dependencies
Netbeans needs Java JDK to run. Since Java 11 is officially supported, you can install it on your Debian / Ubuntu system.

To install JDK i.e. Java Development Kit on your Ubuntu system follow my guide:

Command:
1. Download JDK:
wget https://download.java.net/java/GA/jdk...

2. This will download OpenJDK 11 tar file to your working directory. After the download, extract the archive
tar zxvf openjdk-11.0.2_linux-x64_bin.tar.gz

3. Move the resulting folder to /usr/local/
sudo mv jdk-11* /usr/local/

4. Set environment variables
sudo vi /etc/profile.d/jdk.sh

Add:
export JAVA_HOME=/usr/local/jdk-11.0.2
export PATH=$PATH:$JAVA_HOME/bin

5. Source your profile file and check java command
source /etc/profile
java -version
which java


Install NetBeans:
Command:
1. Download NetBeans 11.0 Binary
wget https://www-us.apache.org/dist/incuba...

2. Unzip the downloaded Netbeans 11.0 file using unzip command
unzip incubating-netbeans-11.0-bin.zip

3. Move netbeans folder to /opt
sudo mv netbeans/ /opt/

4. Open your ~/.bashrc
vi ~/.bashrc

5. Add the following line at the end of the file
export PATH="$PATH:/opt/netbeans/bin/"

6. Source the file to Start Netbeans without shell restart.
source ~/.bashrc

7. Start Netbeans IDE
netbeans

Комментарии

Информация по комментариям в разработке

Похожие видео

  • О нас
  • Контакты
  • Отказ от ответственности - Disclaimer
  • Условия использования сайта - TOS
  • Политика конфиденциальности

video2dn Copyright © 2023 - 2025

Контакты для правообладателей [email protected]