简体   繁体   中英

Eclipse for PHP Developers needs JRE

I have downloaded Eclipse for php development. After execution it asks me to install the java runtime environment, but why would I need it, if i want to develop php? So is it the usual case that eclipse distribution for php needs the jre as well?

You need it because Eclipse IDE is written in Java, hence, to run it, you need a Java Runtime Environment.

You won't be using Java directly to compile or develop PHP scripts though...

Eclipse is a Java application written in Java. You will need the Java Runtime Environment to be able to run it, even if you're not writing Java yourself.

Eclipse itself is written in Java so you need a JRE to run Eclipse even if you're not using it for Java development

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