You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you build the jar file using maven and start the Server class there are missing dependencies. Some investigations show that the maven shade plugin needs to be used.
Then it is not possible to load the html static content from the jar. Since jersey 2.3.3 (I think) there is a CLStaticHttpHandler which includes a classloader. Moving from jersey 1.x to 2.x may cause some problems.
The text was updated successfully, but these errors were encountered:
If you build the jar file using maven and start the
Server
class there are missing dependencies. Some investigations show that the mavenshade
plugin needs to be used.Then it is not possible to load the html static content from the jar. Since
jersey 2.3.3
(I think) there is aCLStaticHttpHandler
which includes a classloader. Moving fromjersey 1.x
to2.x
may cause some problems.The text was updated successfully, but these errors were encountered: