It's amazing now, but if I try to play Java with Eclipse for the first time in a while, I got an error in the build, probably because the environment was wrong.
"Failed to load the JNI shared library "C:\java\bin..\jre\bin\client\jvm.dll"
How to solve it? I knew it if I googled it, but it was like a work memo.
A. Make sure that your PC environment matches your Java environment. It seems that it comes out when the PC is 64bit and Java is 32bit.
It was a little note.