What version of Java is running in Eclipse?

前端 未结 8 846
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-24 12:33

How do I know what version of Java is being run in Eclipse?

Is there a way to write code to find out?

Is \"JRE System Library [JavaSE-1.6]\" in \"Package Exp

8条回答
  •  攒了一身酷
    2020-12-24 12:45

    Under the help menu, there should be a menu item labeled "About Eclipse" I can't say with absolute precision because I'm using STS which is the same thing but my label is different.

    In the dialog box that opens after you click the relevant about menu item there should be an installation details button in the lower left hand corner.

    The version of Java that you're running Eclipse against ought to be in "System properties:" under the "Configuration" tab.

提交回复
热议问题