Skip to content

Commit 954f325

Browse files
author
Frank Delporte
committed
IntelliJIDEA on RPi
1 parent 0a9722c commit 954f325

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

content/documentation/development/intellijidea.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,14 @@ weight: 172
44
tags: ["IntelliJ IDEA"]
55
---
66

7-
IntelliJ IDEA is the most-used IDE for Java development. Unfortunately, it is not available for ARM devices so we can't use it directly on a Raspberry Pi.
7+
IntelliJ IDEA is the most-used IDE for Java development. It's also available for ARM devices but has [high minimum requirements](https://www.jetbrains.com/help/idea/prerequisites.html#min_requirements), so you'll need a Raspberry Pi 5:
88

9-
But you can use IntelliJ IDEA to develop on a remote machine (Windows, Linux, or macOS) with code on the Raspberry Pi. Make sure you have the Remote Development Gateway plugin enabled as described on [Connect to a remote server from IntelliJ IDEA](https://www.jetbrains.com/help/idea/remote-development-starting-page.html) and [Install JetBrains Gateway](https://www.jetbrains.com/help/idea/jetbrains-gateway.html).
9+
* 4 vCPUs, either x86_64 or arm64 architecture. Also, higher clock frequency is preferred to higher core count.
10+
* 8 GB RAM.
11+
12+
## Remote Development with IntelliJ IDEA
13+
14+
You can use IntelliJ IDEA to develop on a remote machine (Windows, Linux, or macOS) with code on the Raspberry Pi. Make sure you have the Remote Development Gateway plugin enabled as described on [Connect to a remote server from IntelliJ IDEA](https://www.jetbrains.com/help/idea/remote-development-starting-page.html) and [Install JetBrains Gateway](https://www.jetbrains.com/help/idea/jetbrains-gateway.html).
1015

1116
1. Go to "File" > "Remote Development".
1217
![01-toolbar.png](/assets/documentation/intellij/01-toolbar.png)

0 commit comments

Comments
 (0)