2015-08-28 38 views
-4

我安装了Eclipse IDE,但它说我需要安装SDK才能运行。我从Oracle下载了它,但无法启动并运行。我有Windows 7,它说“退出代码= 13”。为什么在尝试在Windows 7上安装Java SDK时收到错误消息?

+0

在哪个操作系统上,如果是windows,则检查32位或64位 –

+0

“麻烦”是什么意思?请具体说明,否则我们无法帮助! – TylerH

+0

首先指定错误! –

回答

1

我认为你可以做下列步骤操作:

1. Download JDK. e.g JDK 7. http://docs.oracle.com/javase/7/docs/webnotes/install/windows/jdk-installation-windows.html 
2. Install it in your Windows 
3. Check current version that is success or not by go to cmd and type: java -version 
4. Start your Eclipse. 

如果仍然有错误,谷歌它的细节。 希望得到这个帮助。

相关问题