启动eclipse时出现“Failed to load the JNI shared library jvm.dll”错误及解决-及eclipse版本查看

启动eclipse时出现“Failed to load the JNI shared library jvm.dll”错误及解决-及eclipse版本查看

学习了:https://www.cnblogs.com/pumkinzs/p/6282651.html

Eclipse的版本还有32位、64位的区分;

在eclipse.ini中,

--launcher.library

plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.200.v20150204-1316

红色显示的表示32位;

64位的如下:

--launcher.library

plugins/org.eclipse.equinox.laucher.win32.win32.x86_64_1.1.551.v20171108-1835

================================================

eclipse版本查看:

https://jingyan.baidu.com/article/2fb0ba404f1b4e00f2ec5f08.html

之前知道看readme.html,还可以看.eclipseproject;

上一篇:wangEditor3 - Web富文本编辑器自定义菜单


下一篇:启动 Eclipse 弹出“Failed to load the JNI shared library jvm.dll”错误的解决方法