【发布时间】:2014-03-20 17:11:17
【问题描述】:
我已配置我的 eclipse(Kepler) IDE 来开发 Amazon Cloud 应用程序和 Android 应用程序。当我重新启动它以反映更改时,它没有启动。选择工作区后,Eclipse 窗口会自动关闭。早期它在开发简单的 Java 应用程序时运行良好。
我的 eclipse.ini 文件是这样的
-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.200.v20130521-0416
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
--launcher.appendVmargs
-vmargs
-Dosgi.requiredJavaVersion=1.6
-XX:MaxPermSize=512
-Xms500m
-Xmx512m
我认为是我的 eclipse.ini 文件中的某些内容迫使 eclipse 退出。 PS。我正在使用 ubuntu Linux 12.04
【问题讨论】:
标签: android eclipse amazon-web-services eclipse-kepler