I use eclipse only under jre, and I want to display a map from google, is there possible to follow all steps using jre not jdk
Asked
Active
Viewed 57 times
1 Answers
0
You will have to install JDK for displaying Google Maps in your App.
There is a brief discussion on the difference between JDK and JRE, you can take a reference to that:
What is the difference between JDK and JRE?
I hope this helps.

Community
- 1
- 1

Salman Khakwani
- 6,684
- 7
- 33
- 58
-
but eclipse does not recognize GoogleMap even if I followed all steps – begiPass Oct 11 '13 at 10:37
-
no. jdk includes things like, hum, javac, which is not in the jre (obviously) – njzk2 Oct 11 '13 at 10:37