Setting Up Android Development Env requires a reinstall of Java on Mac, Why? -
Setting Up Android Development Env requires a reinstall of Java on Mac, Why? -
i'm setting android development environment on macbook air running os x 10.8 mount lion.
i have installed jdk mac downloading oracle website. run java -version
shows java version "1.7.0_13"
then downloaded adt bundle mac http://developer.android.com/sdk/index.html
then ran eclipse , shows install dialog install java. says
to open “eclipse,” need java se 6 runtime. install 1 now?
why asking java, when installed java?
and java included in path too. went wrong?
jdk - java development kit jre - java runtime environment java se - java standard edition
se defines set of capabilities , functionalities; there more complex editions (enterprise edition - ee) , simpler ones (mobile edition - me - mobile environments).
the jdk includes compiler , other tools needed develop java applications; jre not. so, run java application else provides, need jre; develop java application, need jdk.
so not reinstall.
java android eclipse install eclipse-adt
Comments
Post a Comment