问题描述
- ubuntu下使用eclipse自动关闭
-
按alt + /出现代码提示或者写代码时自动提示都会导致eclipse自动退出。一出现代码提示就退出,实在太快了,没法截图说明。求救
解决方案
1 -startup
2 plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
3 --launcher.library
4 plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120913-1448 07
5 -product
6 com.android.ide.eclipse.adt.package.product
7 -showsplash
8 com.android.ide.eclipse.adt.package.product
9 --launcher.XXMaxPermSize
10 256m
11 --launcher.defaultAction
12 openFile
13 -vmargs
14 -Dosgi.requiredJavaVersion=1.6
15 -XX:MaxPermSize=512m
16 -Xms40m
17 -Xmx768m
18 -Declipse.buildId=v22.0.1-685705
19 -Dorg.eclipse.swt.browser.DefaultType=mozilla
加上第19行的代码,然后将第15行的数改打点,但也不要太大,千万不能超过内存。我不知道你用的是什么版本的,我是直接拷的老师的,在可执行的文件夹下有一个eclipse.ini的文件,在这里面改就行了。
解决方案二:
我也出现了这个文图,ubuntu14.04下的,谁能救救我
时间: 2025-01-30 09:16:01