0

when i create a new web application project it does not show the datanucleus.core.1.1.5.jar but this jar file should be exist as default. how to rectify this problem.

user246160
  • 1,389
  • 7
  • 18
  • 33
  • Have you seen http://stackoverflow.com/questions/2394334/jpa-and-gwt-failing ? Some pointers there might be helpful. – Igor Klimer Mar 08 '10 at 11:40

1 Answers1

0

Just add it into the WEB-INF/lib directory manually. Thats what I did, and it worked.

Andrew Dyster
  • 2,278
  • 19
  • 23