View Single Post
09/22/14, 08:36 PM   #13
JessicaCarter
Join Date: Sep 2014
Posts: 1
Smile Install the VC++ redistributable packages or reinstall Java

Since Msvcr100.dll is a part of Microsoft Visual C++ and is required to run programs developed with Visual C++, the missing error will occur if there is no relevant software on your PC. When encounter the missing error, you can download and install the VC++ redistributable packages to fix the problem.
Click on the links below to download the package you need:
32Bit: Microsoft Visual C++ 2010 SP1 Redistributable Package (x86)

http://www.microsoft.com/de-de/downl...s.aspx?id=8328

64Bit: Microsoft Visual C++ 2010 SP1 Redistributable Package (x64)

http://www.microsoft.com/en-us/downl....aspx?id=13523


Jvm.dll is Java Virtual Machine, a dynamic link library associated with Java(TM) 2 Platform Standard Edition from Sun Microsystems, Inc. It is the actual Windows implementation of the JVM (or better, the main entry point). It is used by C or C++ applications to run an embedded Java runtime.
As the module is part of java, reinstalling the software might fix the problem.
  Reply With Quote