Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Missing `server' JVM (Java\jre7\bin\server\jvm.dll.) [closed]

Tags:

java

jvm

dll

Getting JVM error that it is missing some dll.

like image 251
Rushik Parikh Avatar asked Aug 08 '13 10:08

Rushik Parikh


People also ask

How do I fix JVM missing server?

To solve the 'missing server JVM' error, first check that there is indeed a JDK installed on the local operating system. If not, you need to install one. If there is one installed, you need to make sure SonarCube is defaulting to the utilities in the JDK's bin directory and not that of the JRE.

Where can I find JVM DLL?

The file "jvm. dll" is in the folder "C:\Program Files\Java\jre1.

What is the work of JVM?

Java Virtual Machine, or JVM, loads, verifies and executes Java bytecode. It is known as the interpreter or the core of Java programming language because it executes Java programming.


1 Answers

To Fix The "Missing "server" JVM at C:\Program Files\Java\jre7\bin\server\jvm­­.dll, please install or use the JRE or JDK that contains these missing components.

Follow these steps:

Go to oracle.com and install Java JRE7 (Check if Java 6 is not installed already)

After that, go to C:/Program files/java/jre7/bin

Here, create an folder called Server

Now go into the C:/Program files/java/jre7/bin/client folder

Copy all the data in this folder into the new C:/Program files/java/jre7/bin/Server folder

like image 69
Rushik Parikh Avatar answered Sep 24 '22 07:09

Rushik Parikh