Re: ClassNotFoundException: org.datanucleus.api.rest.RestServlet while using datanucleus rest api
ClassNotFoundException is one of the simplest Java exceptions. The class is not in the CLASSPATH at runtime.
datanucleus-api-rest does indeed have that class. FWIW Not sure why you refer to docs for DN 4.1 when allegedly using 5.1. |
|