Difference between "java" and "libjvm.so" (Linux) or "jvm.dll" (Windows)?

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.

+5
source share
2 answers

jvm.dll, Java, , "" Java. Eclipse, . Java - (: ++, - Java).

. , " " , Eclipse.

+4

Eclipse; , , , -vm JRE, Eclipse JRE ( - , , JRE). Java, native launcher.

+3

All Articles