I want to know if there is any difference between running a program through Eclipse IDE or running it using command-line? Memory-usage and performance-wise.
I am using Java.
Basically, Eclipse runs the same JVM as java.exe, so there should not be any performance decrease when using the same JVM parameters (of course if you are not running it in debug mode).
However, as Eclipse manages a lot of things before launching, if you have to launch several JVMs, it might be better to have a batch file/shell script that executes the JVMs, as in this case the overhead of launching a JVM from Eclipse might be noticeably bigger (however, there should be no difference after the launch).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With