What to do when "Fail to load the JNI shared library" is displayed in Eclipse
environment
- Windows10
- eclipse neon
The following error at startup
![eclipse起動エラー.PNG](https://qiita-image-store.s3.ap-northeast-1.amazonaws.com/0/275331/2edff9ee-ed62-43a3-52d6-0a06e0ee147e.png)
Cause
--Java passed through the environment variable Path was 32bit for some reason
Solution
--When I passed 64bit Java to the environment variable, it started normally