I’ve noticed, that some nice IDEs are Java applications and hence need a (recent) JRE/JDK in order to run.
In this forum you can read many positive articles about the benefits of the server JVM.
However for example Eclipse just needs the JRE (which hasn’t got a server VM). JBuilder includes the JDK but uses the client VM of it.
Why is this so?
Since I’m using JBuilder: Does it make sense to change its jdk.config so that it uses the server VM?
Naturally I’ve tried it but don’t see any major difference. As usual a visual judgment is no “benchmark”. Maybe some other users know more about this topic.