Home
>
java > Error: no `server’ JVM at … jvm.dll
Error: no `server’ JVM at … jvm.dll
- remove the -server parameter from your command line, or
- download de Java JDK. The JVM server configuration DLL are not included in the JRE.
Technorati Tags: java, jvm
pjdc java jvm
In my case, I already had the jdk installed and the error still occurred. To fix the problem I changed the Path environment variable and moved %JAVA_HOME%\bin to the beginning of the Path.