impactposa.blogg.se

Install intellij on windows
Install intellij on windows







install intellij on windows

Open a project stored in the WSL file system IntelliJ IDEA creates a project located in WSL and you can develop and build your project inside the WSL environment without leaving the IDE. You can type the path to the project location manually or click and choose the folder in the dialog, that opens. The project location for WSL will show the absolute path starting with \\wsl$ to the WSL file system. On the next page, specify the name of your project and project location. On the page that opens, select a type of the project you want to create and from the options on the right, select a project SDK (the JDK configured in WSL). On the welcome screen, click New Project. Install the needed JDK to the WSL environment using your favorite SDK manager. Create a new project in the WSL file system You also need to add a path variable export M2_HOME=/path/to/maven to the. If you use Maven as your build tool, add a Maven distribution to the WSL environment as well.

install intellij on windows

You can create a project and store it in the WSL environment, open one from the WSL file system, and develop your projects further in WSL.īefore you create or open a Java project, make sure you add the needed JDK version in WSL. Open Windows PowerShell as Administrator and runĮnable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux In this case, you need to do the following: Upon the first launch, the system may prompt you to enable the Windows optional feature. In this case, you need to update your WSL distribution. Note that IntelliJ IDEA does not support legacy WSL, which you may have installed before upgrading your system to the build 16299.15 or later of Windows 10. Follow these instructions to switch the distributive.

install intellij on windows

To work with WSL 2, your Windows version should be 10 build 18917 or later. See the official guide Install the Windows Subsystem for Linux for instructions. Configure WSLĭownload and install a WSL distribution (for instance, Ubuntu) from Microsoft Store.įor this step, be sure to use at least Windows 10 or later with the latest “Fall Creators Update” (minimum version 1709, build 16299.15). You can also use local Windows-based projects and run the applications remotely in WSL with the run targets feature. IntelliJ IDEA lets you create and open projects in the WSL file system, run, and debug applications in the WSL environment.

install intellij on windows

Currently, it supports several Linux distributions, such as Ubuntu, OpenSUSE, and SLES. WSL ( WSL 2) - Windows Subsystem for Linux - is a compatibility layer for running Linux binary executables natively on Windows 10.









Install intellij on windows