我已经下载了Eclipse但是当我点击eclipse安装文件时它没有运行。当我点击eclipsec文件时,它会显示以下消息:
Javahotspot(TM) 64 bit server VM warning: ignoring option Maxpermsize=256: support was removed in 8.0
我在Windows 7上安装了最新的Java 8.0。我该怎么办?我试图搜索但无法在谷歌上找到任何解决方案。请我是编程新手,所以请您轻松地回复我。1
答案 0 :(得分:0)
在Eclipse home目录中打开eclipse.ini并删除这些行:
<GridView
android:id="@+id/pictureLayout"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="20dp"
android:horizontalSpacing="10dp"
android:numColumns="auto_fit"
android:paddingLeft="10dp"
android:paddingRight="10dp"
android:verticalSpacing="10dp" />
答案 1 :(得分:-1)
我找到了解决方案。我安装了32Bit eclipse而不是64bit。