简体   繁体   中英

If I intend to use Eclipse should I install JRE 7 instead of JDK 7?

如果打算使用Eclipse Indigo 3.7.1,应该安装JRE 7而不是JDK 7吗?

Eclipse brings its own compiler, and does not need to use the compiler in the JDK.

If you have ant projects, then ant requires a JDK for the javac task.

Here is the answer. In other words, if you will develop in Java get the JDK regardless.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM