博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Eclipse集成开发环境(IDE)
阅读量:7002 次
发布时间:2019-06-27

本文共 1314 字,大约阅读时间需要 4 分钟。

 
    官网
 
不同版本Eclipse对JDK版本要求
1.Eclipse 4.6 (Neon)---需要JDK1.8版本,官网解释如下
----------------------------------------------------------------------------------------
Eclipse 4.6 (Neon)isscheduled for release on June 22, 2016.
A Java 8 JRE/JDK is required to run all Neon packages based on Eclipse 4.6. The reasoning behind requiring Java 8 are discussedhere.
 
 
2.Eclipse 4.5 (Mars) ---需要JDK1.7及以上版本,官网解释如下
----------------------------------------------------------------------------------------
Eclipse 4.5 (Mars) was released on June 24, 2015.
Consider using the new Installer! Please see 6 Steps to Install Eclipse.
A Java 7 JRE/JDK is required for all Mars package downloads based on Eclipse 4.5. Information concerning tested configurations for Eclipse 4.5 is providedhere.
 
 
3.Eclipse 4.4 (Luna)  ---需要JDK1.7及以上版本,官网解释如下
Eclipse 4.4 (Luna) was released on June 25, 2014.
A Java 7 JRE/JDK is required for most of the Luna package downloads based on Eclipse 4.4. Information concerning tested configurations for Eclipse 4.4 is providedhere.
 
 
4.Eclipse 4.3 (Kepler) ---需要JDK1.6及以上版本,官网解释如下
Eclipse 4.3 (Kepler) was released in June 2013.
A Java 6 JRE/JDK is recommended for Eclipse 4.3. More information concerning tested configurations for Eclipse 4.3 is providedhere
 
 
 

转载于:https://www.cnblogs.com/Alan0218/articles/8513479.html

你可能感兴趣的文章
mac下配置java运行环境
查看>>
gsoap、c++。webservice的client。
查看>>
java中sleep()和wait()的区别
查看>>
[JAVA]UUID
查看>>
Win10优化
查看>>
【洛谷P1352】没有上司的舞会
查看>>
js中数组的合并和对象的合并
查看>>
解决 UE4 无法找到。generated.h 办法
查看>>
python 读取SQLServer数据插入到MongoDB数据库中
查看>>
TCP的三次握手与四次挥手(详解+动图)
查看>>
装饰器
查看>>
shell基础(八)-循环语句
查看>>
python3.6 安装jupyter,打不开notebook
查看>>
【转】loadrunner场景对性能测试策略的映射
查看>>
JMeter性能测试,完整入门篇
查看>>
[转]怪异的CheckedListBox数据绑定
查看>>
.Net的异步机制(委托Delegate) - STEP 1
查看>>
Django配合使用Jquery post方法
查看>>
hadoop再次集群搭建(3)-如何选择相应的hadoop版本
查看>>
spring mvc default-servlet mvc:resources mvc:default-servlet-handler区别
查看>>