Will IntelliJ IDEA work in 32-bit Linux without SSE2?
已回答
Because I need to code Java in my PC, I need to test the performance of the IntelliJ IDEA on my old computer who doesn't support SSE2. I have Xubuntu 19.04 dev branch and so I would like to see if this modern app can run without SSE2.
Can IntelliJ IDEA run without SSE2? Or is it required for my processor? I checked the Linux system requirements and saw no mention of the CPU requirement.
请先登录再写评论。
If you can find Java that runs on your system, you should be able to run IntelliJ IDEA as well, see https://intellij-support.jetbrains.com/hc/articles/206544879.
Thanks! I used OpenJDK provided by Xubuntu 19.04 dev branch and it appears to work! So the IntelliJ IDEA, although a bit slow.