Skip to content

Commit bdf0128

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/documentation/development/intellijidea.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ weight: 172
44
tags: ["IntelliJ IDEA"]
55
---
66

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:
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 it's not a good fit to use on a Raspberry Pi:
88

99
* 4 vCPUs, either x86_64 or arm64 architecture. Also, higher clock frequency is preferred to higher core count.
1010
* 8 GB RAM.
11+
* Not supported: _Single-board computers such as Raspberry Pi. To run your code on a Raspberry Pi, check out remote interpreters or remote debugging, and similar features._
1112

1213
## Remote Development with IntelliJ IDEA
1314

0 commit comments

Comments
 (0)