Java SE Development Kit 8u20 | ||
You must accept the to download this software. Accept License Agreement Decline License Agreement | ||
---|---|---|
Product / File Description | File Size | Download |
Linux x86 | 135.24 MB | |
Linux x86 | 154.87 MB | |
Linux x64 | 135.6 MB | |
Linux x64 | 153.42 MB | |
Mac OS X x64 | 209.11 MB | |
Solaris SPARC 64-bit (SVR4 package) | 137.02 MB | |
Solaris SPARC 64-bit | 97.09 MB | |
Solaris x64 (SVR4 package) | 137.16 MB | |
Solaris x64 | 94.22 MB | |
Windows x86 | 161.08 MB | |
Windows x64 | 173.08 MB |
先勾 Accept License Agreement
然后下载 win7推荐
Windows x64 | 173.08 MB |
根据电脑 下载32位or 64位版本~
安装jdk
安装eclipse
现在你已经可以在eclipse上运行Java程序了。
//如果需要在dos界面下运行java,进行下面步骤:
1:找到jdk路径
2:配置环境
a:右击“计算机”,点击“属性”
点击弹出界面的左部分的“高级系统设置”
选择“高级”选项卡,点击下部的“环境变量” 在“系统变量”中,设置3属性JAVA_HOME、CLASSPATH、Path
JAVA_HOME = jdk的路径
classpath = .;%JAVA_HOME%\lib\dt.jar;%JAVA_HOME%\lib\tools.jar;
path = %JAVA_HOME%\bin;