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

前端 未结 10 995
执笔经年
执笔经年 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:21

    I request you to resolve admin rights. Else I have two options for you.

    1) You cannot do anything without Java Development Kit.Hope this diagram makes why its not possible

    2)You can install a IDE to code Java which makes your work in the current situation simpler. Use Eclipse or NetBeans. I would recommend Eclipse to you anyway. You can download eclipse from this link https://www.eclipse.org/downloads/

    Try downloading JDK from this http://www.oracle.com/technetwork/java/javase/overview/index-jsp-138218.html.

    Hope this helps you.

提交回复
热议问题