0

I do not see a JPA Tools item in a context menu of my project in Eclipse Photon.

In my Eclipse Oxygen installation I have this item. It is provided by the "Eclipse Web Tools Platform" provider's "Dali Java Persistence Tools - JPA UI" plugin. I can verify that it is installed in my Eclipse Oxygen by going to HelpAbout Eclipse SDKInstallation DetailsPlug-ins and searching for org.eclipse.jpt.jpa.ui.

The only JPA plugin that is not yet installed in my Eclipse Photon from the "Photon" repo is "Dali Java Persistence Tools - JPA Diagram Editor". But I do not have it in my Eclipse Oxygen installation as well.

Which plugin should I install in order to enable the JPA Tools entry?

Alexander Pozdneev
  • 1,289
  • 1
  • 13
  • 31

1 Answers1

0

I do not know the plugin name, but this comment worked for me:

  1. Open the context menu of the project
  2. Choose Properties
  3. In the Project Facets section check the JPA checkbox
Alexander Pozdneev
  • 1,289
  • 1
  • 13
  • 31