Java 需要 JDK 1.6 u18 for Windows-7 64 位

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/2918638/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-13 14:29:05  来源:igfitidea点击:

Need JDK 1.6 u18 for Windows-7 64 -bit

javawindows-7jdk1.6

提问by maqsood ahmed

I need jdk 1.6 u18 for 64-bit operating system. I am using windows 7 64-bit Operating System and specific jdk version for 64-bit operating system is not available on sun download center. I will be thankful regarding any help.

我需要 64 位操作系统的 jdk 1.6 u18。我使用的是 windows 7 64 位操作系统,sun 下载中心不提供适用于 64 位操作系统的特定 jdk 版本。对于任何帮助,我将不胜感激。

回答by tzaman

Go here, and in the Platform dropdown, select "Windows x64".

转到此处,然后在平台下拉列表中,选择“Windows x64”。

回答by Micha? Niklas

Look at FileHippo: http://www.filehippo.com/pl/download_jre_64/. They have newest and older versions too.

看看 FileHippo:http: //www.filehippo.com/pl/download_jre_64/。他们也有最新和旧版本。

回答by Joachim Sauer

Older releases of the JDK/JRE can be found in the Oracle Java Archive. This includes both older Java versions as well as earlier releases of the current version.

JDK/JRE 的旧版本可以在Oracle Java Archive 中找到。这包括较旧的 Java 版本以及当前版本的较早版本。

回答by Jayen Chondigara

Check your OS 64/32 bit -> right click on my computer

检查您的操作系统 64/32 位 -> 右键单击​​我的电脑

Check your java version -> command prompt-> (fulpath to )java.exe -version

检查您的 Java 版本 -> 命令提示符 ->(到 )java.exe -version 的完整路径

Check your eclipse ide x64(64bit) x86(32bit)

检查你的eclipse ide x64(64bit) x86(32bit)

update eclipse.ini file under eclipse folder, add below entry

更新eclipse文件夹下的eclipse.ini文件,添加下面的条目

-vm

-vm

C:/Program Files/Java/jdk1.6.0_37/bin/javaw.exe

C:/Program Files/Java/jdk1.6.0_37/bin/javaw.exe

It should work - Regards, Jayen

它应该有效 - 问候,杰恩