eclipse "failed to load JNI shared library"
By Daniel | Labels: javaif you see this message most of the chance you mixed eclipse-64 with java-32 or vice versa.
my system is win 7 64 bit, however java 64-bit is not mature for windows seven and crash & hangs randomly.
i change java to 32 bit and i started getting this message "failed to load JNI shared library", natively reversing eclipse to 32 bit fixed the problem
To ensure that the jvm installed is compatible with your jdk run the jre installer found inside your jdk.
On my machine the installer is
C:\Program Files (x86)\Java\jdk1.6.0_21\jre
You probably already have a jre but this will ensure compatibility.