Search code examples
javaeclipsejpaeclipselinkfacet

Eclipse does not show EclipseLink platform in JPA configuration


I'm trying to set up JPA facet. All tutorials online state that I should select EclipseLink platform and not Generic. The thing is in my eclipse only Generic appears. I've installed Eclipse Web tools hoping that it would appear but looks like I need to add EclipseLink into a folder where Eclipse can find it. My project is a Maven project so I am currently importing EclipseLink via pom.xml. How do I make EclipseLink platform appear?

enter image description here


Solution

  • See this video tutorial (it shows how to add it via the "Project Facets" feature).