Can I develop Java programs if I have only JRE installed?

前端 未结 10 1081
执笔经年
执笔经年 2020-12-19 03:36

I have JRE 1.7 installed on my system. Due to some admin issues I don\'t have JDK on my system. is there any way I can develop Java programs with JRE only?

10条回答
  •  清酒与你
    2020-12-19 04:05

    JRE is not just sufficient, without compiling the code for that you need Jdk which have compiler to compile the code.

提交回复
热议问题