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?
I have downloaded Eclipse for php development. After execution it asks me to install
Share
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…