How can I get the “Eclipse >Generate>Jaxb classes” option back?

前端 未结 10 1166
悲&欢浪女
悲&欢浪女 2020-12-15 15:43

I recently had to migrate to a new machine and re-installed Eclipse. At the moment, I need to generate JAXB classes from an xsd. I cannot quite remember what I installed, b

10条回答
  •  太阳男子
    2020-12-15 16:23

    If you're using Eclipse EE all you have to do is switch your running environment from JRE to JDK and that should fix it. Windows -> Preference -> Java -> Installed JRE -> Add - > (Choose Standard VM) Then Select JDK! Then Execution Environments under Installed JRE select your JavaSE-1.8 or your version and also select JDK!

提交回复
热议问题