Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的 Windows 7 笔记本电脑上运行 jdk1.7。我不得不降级到 jdk 1.6,因为当我的 apk 与 jdk 1.7 一起在 google play 上发布时,我不得不降级 [注意:我使用统一游戏引擎进行开发]。
降级后,我遇到了日食崩溃。我尝试更新环境变量仍然没有希望。请找到我在运行 eclipse indigo 时遇到的错误的附件
操作系统:Windows 7 64 位
日食:64位
安卓SDK:32位
错误:
与您的说法相反,您的 Eclipse 实际上是 32 位变体。请参阅启动程序文件名中的“...win32.x86”。如果它是 64 位变体,它将是“...win32.x86_64”。
Eclipse 无法启动,因为 32 位 Eclipse 无法在 64 位 JVM 上启动。获取 64 位 Eclipse 安装或安装额外的 32 位 JVM 并将 Eclipse 指向它,使用 eclipse.ini 文件中的 -vm 开关。