Do I need both JDK and JRE?

后端 未结 3 1101
刺人心
刺人心 2020-12-29 03:43

I used to have JRE 7 before, and now I installed JDK 8 and deleted my JRE 7 folder. I\'m using Eclipse Kepler, and I added JDK 1.8 to my installed JRE\'s. Can I delete the J

3条回答
  •  执笔经年
    2020-12-29 03:58

    JRE is a part of JDK.

    No need to have JRE when you have JDK. If you open JDK folder and see, you'll have JRE folder inside it which is the same of JRE folder initially you have.

提交回复
热议问题