Wednesday, July 16, 2014

Failed to load the JNI shared library jvm.dll



This error is coming while starting the eclipse.


This error happens when there is a mismatch between Eclipse and JDK  bit architecture (32 bit or 64 bit).

I had a 64 bit eclipse but my JDK was 32 bit so it was displaying this error message.

I downloaded the 32 bit Eclipse. It solved the issue.


Hope this helps.









1 comment:

  1. Thanks for the quick solution. It really helped. :D

    ReplyDelete