-3

Jakrta is runnig in this project but when i turned in javax it dont work. By working with jakarta the creation of D.B didn't work.

jakrta is runnig in this project but when i turned in javax it dont work

markspace
  • 10,621
  • 3
  • 25
  • 39
  • 2
    1. Please don't post images of code. Please copy and paste the code into the question. 2. `javax.persistence` looks like a JEE class, so I think you need to make sure you have those libraries included in the project. Do you? – markspace Dec 02 '22 at 14:49
  • how can i make sure of that – Momtez Allouch Dec 02 '22 at 14:52

1 Answers1

-2

Most likely a missing dependency on your pom.xml

OscarRyz
  • 196,001
  • 113
  • 385
  • 569