Run idea on linux

Run applications

You can run applications right from IntelliJ IDEA if you have an SDK set up for your project/ module.

Quick way

If you are not going to pass any parameters to your program, and your program does not require any specific actions to be performed before start, you can run it right from the editor.

The class that you are going to execute must contain a main() method with a valid signature, for example: public static void main(String[] args) .

Click in the gutter near the class declaration and select Run .

Customizable way

If you are going to pass parameters to your program, add VM options (for example, to allow remote debugging), or otherwise customize the startup of your program, use a run/debug configuration.

Click in the gutter near the class declaration and select Modify Run Configuration .

Modify the run/debug configuration as needed. For example, if you need to run your program with arguments, add the arguments to the Program arguments field.

To access additional parameters, click Modify options and select the required option from the menu.

To quickly access the fields only using a keyboard, hold Alt and use the shortcut according to the hints that appear.

Click OK to apply the changes.

Click or press Shift+F10 .

For running applications using build tools, refer to Run anything and Compile and build applications with IntelliJ IDEA.

When the application starts, you can view its output and interact with it in the Run tool window. Every run/debug configuration creates a separate tab when you run it.

Use the Ctrl+F shortcut to search for text occurrences in the console output.

To learn more about tool windows and how to manage them, see the Tool windows topic.

Re-run applications

On the toolbar of the Run tool window, click or press Shift+F10

If you re-run an application, the output of the previous run is lost. To preserve the output of an application, click the Pin Tab button on the toolbar of the Run tool window. When a tab is pinned, new sessions are opened in another tab.

Stop and pause applications

When you stop a program, its process is interrupted and exits immediately. When you pause a program, it continues running in the background, but its output is suspended.

Stop a program

In the Run tool window, click on the toolbar. Alternatively, press Ctrl+F2 and select the process to stop.

Pause a program

Right-click in the Run tool window and select Pause Output from the context menu. Use the same toggle to resume the program.

Only the output is suspended. Pausing the output does not affect the execution of the program.

Читайте также:  Прога для usb windows

Deal with errors

If there are errors in your program, here is how you can address them.

If an exception is thrown:

If the meaning of the exception is unclear, you can navigate to the exception class right from the stack trace and read the documentation for the exception. This may help you understand its cause. In some cases, this is enough to sort out the problem.

Attach the debugger and examine the program state that led to the failure. See Tutorial: Debug your first Java application for a quick introduction to IntelliJ IDEA debugger.

Run static analysis to see where incorrect values might be coming from.

If a logic error is present, the debugger may save you a lot of time finding and fixing the cause. See Tutorial: Debug your first Java application for a quick introduction to IntelliJ IDEA debugger.

If the problem is related to application performance, IntelliJ IDEA profiler will help you analyze the problem and assess how efficient your fix is.

Shebang scripts

Shell Script plugin (bundled) is required.

Starting with version 11, Java provides a way to run self-contained scripts without the need to compile them (https://openjdk.java.net/jeps/330). Furthermore, on Linux and macOS, you can make a Java script executable by specifying the JDK in the first line of the script.

This is called the shebang mechanism. Shebang support in Java comes in handy when you need to write an executable script, but cannot use a scripting language like bash or Python.

Write a script

Create a file without the .java extension.

Start the first line with #! followed by the path to the JDK that will be used to run the script. Use source to specify the language level of the script. Language level 11+ is required.

#!/usr/lib/jvm/openjdk-14.0.1/bin/java —source 11

Write the body of the script. The script can contain multiple classes and use imports from the standard library. The entry point has to be defined as public static void main(String[] args) in the first declared class.

Below is an example of a valid shebang script:

Make sure that the script file is executable using the chmod +x command.

Run a script

Click the Run icon in the gutter or press Ctrl+Shift+F10 .

Create a run/debug configuration. This can be useful if you want to pass parameters to your script, debug it, or run it as part of a compound workflow.

Debug a script

Create a run/debug configuration for the script and add a VM option to load the debug agent.

Attach to the process using the Remote JVM debug run/debug configuration.

Show running processes

You can view the list of all active run or debug sessions and navigate between them.

From the main menu, select Run | Show Running List . In the top-right corner of the editor, IntelliJ IDEA shows a list with all active applications.

Источник

Установка IntelliJ IDEA на Ubuntu 20.04

IntelliJ IDEA — это интегрированная среда разработки программного обеспечения, написанная на языке программирования Java. Программа разработана компанией JetBrains. Первая версия IntelliJ IDEA появилась ещё в 2001 году и очень быстро завоевала популярность среди программистов.

Сейчас среда поддерживает большое количество интересных функций, включая подсветку синтаксиса, отладчик, Git-инструменты и т. д. IntelliJ IDEA позволяет программировать не только на Java, но также на JavaScript, CoffeeScript, HTML, CSS, YAML, MSXML, Python, Ruby, Scala, PHP, C и C++. С полным перечнем языков можно ознакомиться на официальном сайте разработчиков. В этой инструкции мы рассмотрим, как выполняется установка IntelliJ IDEA Ubuntu 20.04.

Читайте также:  Windows usb edition 2009

Системные требования JetBrains Intellij IDEA

Минимальные системные требования:

  • Процессор — 64-битный;
  • RAM — 2 Гб;
  • Свободное место на диске — 2,5 Гб (и 1 Гб для кэширования);
  • Минимальное разрешение экрана — 1024 x 768;
  • JDK 1.6 и выше (для разработки на Java).

Рекомендованные системные требования:

  • Процессор — 64-битный;
  • RAM — 8 Гб;
  • Свободное место на диске — 5 Гб;
  • Минимальное разрешение экрана — 1920 x 1080;
  • JDK 1.6 и выше (для разработки на Java).

Чем отличается Community от Ultimate

IntelliJ IDEA распространяется в виде двух версий. Community Edition— бесплатная версия с открытым исходным кодом под лицензией Apache 2.0. Свободная версия имеет всю базовую функциональность, поддержку Java и других языков, а также интеграцию с системами управления версиями. Может использоваться для разработки Android-приложений. Вторая версия — Ultimate Edition, среди прочего, поддерживает Java EE и построение UML-диаграмм. С полным списком всех возможностей Ultimate-версии можно ознакомиться на официальном сайте.

Установка IntelliJ IDEA в Ubuntu 20.04

1. Установка из snap-пакета

Откройте терминал и выполните следующую команду для установки свободной редакции (Community Edition):

sudo snap install intellij-idea-community —classic —edge

Для установки платной редакции (Ultimate Edition) необходимо выполнить команду:

sudo snap install intellij-idea-ultimate —classic —edge

После завершения загрузки пакета программа будет доступна из главного меню:

2. Установка из центра приложений

Запустите центр приложений Ubuntu и введите в поиске название программы:

Выберите нужную версию, например IDEA Community, и нажмите на кнопку Установить.

Дождитесь, пока установка будет завершена.

Дождитесь пока установка Intellij IDEA на Ubuntu завершится. Время установки зависит от скорости вашего интернет-соединения. Весь процесс обычно занимает от 10 до 30 минут. По окончании загрузки запустите приложение.

3. Установка в Ubuntu Make

Ubuntu Make — это утилита командной строки для Ubuntu, которая позволяет устанавливать различные инструменты для разработки и среды программирования, такие как Eclipse, PyCharm, Ubuntu SDK, Android Studio и другие. IntelliJ IDEA тоже поддерживается.

Сначала нужно установить Ubuntu Make. Сделать это можно с помощью snap-пакета. Для установки необходимо выполнить команду:

sudo snap install ubuntu-make —classic

После завершения установки Ubuntu Make, чтобы установить IntelliJ IDEA, выполните следующую команду:

Затем выберите путь для скачивания файлов и нажмите клавишу ввода.

Дождитесь, пока установка будет завершена.

4. Установка с официального сайта

IntelliJ IDEA можно загрузить с официального сайта разработчиков. Это позволит скачать самую последнюю версию, доступную на данный момент. Однако, чтобы обновить среду разработки, придётся снова скачивать установочный файл и инсталлировать его повторно. Чтобы скачать IntelliJ IDEA, откройте официальный сайт и перейдите на вкладку Linux. Затем выберите подходящую версию (Ultimate или Community) и нажмите кнопку Скачать.

/Downloads/ideaIC-2021.1.3.tar.gz -C /opt/

После этого создайте ссылку на исполняемый файл программы командой:

sudo ln -s /opt/ideaIC-2021.1.3/bin/webstorm.sh /usr/local/bin/IntelliJIDEA

После установка будет завершена и вы можете запустить среду разработки. Однако первый раз вам придется запускать её из терминала:

А уже в самой программе можно создать ярлык. Для этого откройте меню Tools и кликните по Generate Desktop Entry. Дальше можно будет запускать программу как обычно из главного меню.

5. Установка в JetBrains Toolbox

JetBrains Toolbox — это официальный инструмент для установки пакетного обновления IntelliJ IDEA и других продуктов JetBrains. Загрузить JetBrains Toolbox можно на официальном сайте разработчиков.

После этого перейдите в директорию, куда был скачан архив. Например, если это папка Загрузки, выполните команду:

Читайте также:  Linux как смонтировать разделы

Затем разархивируйте архив:

tar -xzvf jetbrains-toolbox-1.20.8804.tar.gz

Перейдите в созданную директорию:

Запустите менеджер пакетов с помощью команды:

На момент написания статьи последняя версия Toolbox была 1.20.8804. Если вы будете использовать более позднюю версию менеджера пакетов, учитывайте это.

После запуска Toolbox найдите IntelliJ IDEA в списке и нажмите кнопку Install:

Дождитесь, пока программа будет установлена на компьютер. Запускать, настраивать и удалять программу можно прямо из главного меню Toolbox.

Удаление IntelliJ IDEA

Если вы устанавливали IntelliJ IDEA с использованием snap-пакета или через центр приложений Ubuntu, её можно удалить командой (для платной Ultimate-версии):

sudo snap remove intellij-idea-ultimate

Для удаления бесплатной Community-версии используйте команду:

sudo snap remove intellij-idea-community

Если же среда разработки была загружена с официального сайта, достаточно удалить распакованную папку вручную или с помощью команды в терминале:

sudo rm -Rf /opt/IntelliJIDEA*

Если IntelliJ IDEA была установлена при помощи JetBrains Toolbox, откройте его, найдите в перечне IntelliJ IDEA и нажмите на значок шестерёнки, который находится справа от названия программы. В раскрывшимся списке выберите Удалить. Теперь вы знаете как удалить intellij idea на ubuntu.

Выводы

В этой статье мы рассмотрели, как установить IntelliJ IDEA на Ubuntu 20.04. Как было показано, установить эту среду интегрированной разработки можно несколькими способами. Если у вас остались вопросы, задавайте их в комментариях.

Источник

Run IntelliJ IDEA for the first time

You can use the Toolbox App to run any JetBrains product. In case of a standalone installation, running IntelliJ IDEA depends on the operating system:

To run IntelliJ IDEA, find it in the Windows Start menu or use the desktop shortcut. You can also run the launcher batch script or executable in the installation directory under bin .

Run the IntelliJ IDEA app from the Applications directory, Launchpad, or Spotlight.

Run the idea.sh shell script in the installation directory under bin . You can also use the desktop shortcut, if it was created during installation.

For information about running IntelliJ IDEA from the command line, see Command-line interface.

When you run IntelliJ IDEA for the first time, some steps are required to complete the installation, customize your instance, and start working with the IDE.

Select the user interface theme

Select whether you want to use the default Darcula or Light theme.

Create launcher script

For macOS and Linux users, IntelliJ IDEA suggests to create a script for opening projects and files from the command line.

Windows users can run the executable file in the installation directory.

Disable unnecessary plugins

IntelliJ IDEA includes plugins that provide integration with different version control systems and application servers, add support for various frameworks and development technologies, and so on. To increase performance, you can disable plugins that you do not need. If necessary, you can enable them later in the Settings/Preferences dialog Ctrl+Alt+S under Plugins . For more information, see Manage plugins.

You can click the Disable All link for each group of plugins to disable them all, or Customize to disable individual plugins in the group.

Download and install additional plugins

If necessary, click Plugins in the left-hand pane and download and install additional plugins from the IntelliJ IDEA plugins repository.

Start a project in IntelliJ IDEA

When you click Start using IntelliJ IDEA , it will show the Welcome screen .

In the Welcome to IntelliJ IDEA dialog, you can do the following:

Источник

Оцените статью