Why do I get the following Exception when running the program within a jar bundle, but not getting this Exception when executing it within netbeans?
com.sun.jersey.api.client.ClientHandlerException: A message body reader for Java class javax.xml.bind.JAXBElement, and Java type javax.xml.bind.JAXBElement, and MIME media type text/xml;charset=UTF-8 was not found
I am building my program with maven and the assembly plugin.
mvn assembly:assembly
What does netbeans do different when I am running "Run File"?