Myeclipse 2017安装成功后异常退出问题
新安装了Myeclipse 2017版本,安装完成后正常打开,但是打开之后一小会就会报这样一个错

之后再不点击 的情况下会自动跳转到第二个错误页

网上搜了很多解决方法,都太大有效,最后在一个博客主的博客主看到修改myeclipse.ini文件,去试了一下,确实没有再报这个错误
#utf8 (do not remove)
-startup
plugins/org.eclipse.equinox.launcher_1.3.200.v20160318-1642.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.400.v20160518-1444
--launcher.defaultAction
openFile
-vm
E:\MyEclipse\binary\com.sun.java.jdk8.win32.x86_64_1.8.0.v112\bin\javaw.exe
-configuration
E:\MyEclipse\configuration
-install
E:\MyEclipse
-vmargs
-Xms256m
-Xmx1024m
-XX:+UseG1GC
-XX:+UseStringDeduplication
-Dosgi.requiredJavaVersion=1.8
-Dosgi.nls.warnings=ignore
-Dgenuitec.honorDevMode=true
-Dosgi.dev=true
只要加入最后的-Dgenuitec.honorDevMode=true
-Dosgi.dev=true就可以了
发现自 https://blog.youkuaiyun.com/imsenior/article/details/54619247

新安装的Myeclipse 2017在启动后不久出现错误,尝试了多种网上的解决办法无效。最终通过修改myeclipse.ini文件,在文件末尾添加-Dgenuitec.honorDevMode=true -Dosgi.dev=true解决了问题,不再出现错误。
最低0.47元/天 解锁文章
417





