What are the differences when starting the application with a simple java command, since the JVM is directly called via libjvm.so on Linux or jvm.dll on Windows?
I recently saw on a forum that running eclipse using a dll or .so file would give better performance. I would like to know how this happens.
Thank.
source
share